API 설명서 > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaIsEnabled
Function ProUIDrawingareaIsEnabled
Description
Checks if the drawing area is sensitive or insensitive to the user input.
Synopsis
ProUIDrawingareaIsEnabled
(
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 sensitive. PRO_B_FALSE if the drawing area is insensitive.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?