API Documentation > Custom user interface > Object ProUIThumbwheel > Function ProUIThumbwheelIsEnabled
Function ProUIThumbwheelIsEnabled
Description
Checks to see if the Thumbwheel is enabled or not.
Synopsis
ProUIThumbwheelIsEnabled
(
char* dialog
/* (In)
The name of the dialog that contains the thumbwheel
*/
char* component
/* (In)
The name of the thumbwheel component
*/
ProBoolean* state
/* (Out)
Whether or not the thumbwheel is sensitive to user input
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Was this helpful?