Documentazione API > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaIsDecorated
Function ProUIDrawingareaIsDecorated
Description
Checks if the drawing area is decorated or not.
Synopsis
ProUIDrawingareaIsDecorated
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE if the drawing area is decorated. PRO_B_FALSE if the drawing area is not decorated.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
È stato utile?