Documentazione API > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowIsEnabled
Function ProUINakedwindowIsEnabled
Description
Checks if the naked window is sensitive or insensitive to the user input.
Synopsis
ProUINakedwindowIsEnabled
(
char* dialog
/* (In)
The name of the dialog that contains the naked window.
*/
char* component
/* (In)
The name of the naked window component.
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE if the naked window is sensitive. PRO_B_FALSE if the naked window is insensitive.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
È stato utile?