Function ProUIInputpanelIsEnabled
Description
Checks to see if the Inputpanel is enabled or not.
Synopsis
ProUIInputpanelIsEnabled
(
char* dialog
/* (In)
The name of the dialog that contains the input panel
*/
char* component
/* (In)
The name of the input panel component
*/
ProBoolean* state
/* (Out)
Whether or not the input panel is sensitive to user input.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?