API Documentation > Custom user interface > Object ProUIOptionmenu > Function ProUIOptionmenuDisable
Function ProUIOptionmenuDisable
Description
Disables the option menu
Synopsis
ProUIOptionmenuDisable
(
char* dialog
/* (In)
The name of the dialog that contains the option menu
*/
char* optionmenu
/* (In)
The name of the option menu component
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
Was this helpful?