Category Custom user interface, Object ProUIDrawingarea

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
#include <ProUIDrawingarea.h>
ProErrorProUIDrawingareaBackgroundcolorGet(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
See Also
ProUIDrawingareaFgcolorGet
ProUIDrawingareaBgcolorGet

Manual References:

  1. User Interface: Dialogs: Drawing Area Attributes