API 설명서 > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaBackgroundcolorGet
Function ProUIDrawingareaBackgroundcolorGet
Description
Get the background color of the drawing area. This is the actual color of the background of the drawing area; it is not used for application-drawn graphics.
Synopsis
ProUIDrawingareaBackgroundcolorGet
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
ProUIColor* value
/* (Out)
Background color.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
See Also
User Guide References
도움이 되셨나요?