API 文件集 > Custom user interface > Object ProUICascadebutton > Function ProUICascadebuttonIsEnabled
Function ProUICascadebuttonIsEnabled
Description
Checks to see if the button is enabled or not (greyed-out or active)
Synopsis
ProUICascadebuttonIsEnabled
(
char* dialog
/* (In)
The name of the dialog that contains the cascade button
*/
char* cascadebutton
/* (In)
The name of the cascade button component
*/
ProBoolean* state
/* (Out)
True - Enabled
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
這是否有幫助?