Category Custom user interface, Object ProUIDrawingarea

Function ProUIDrawingareaBackgroundcolorSet


Description
Set the background color to 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>
ProErrorProUIDrawingareaBackgroundcolorSet(
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
/* (In)
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
ProUIDrawingareaFgcolorSet
ProUIDrawingareaBgcolorSet

Manual References:

  1. User Interface: Dialogs: Drawing Area Attributes