Documentazione API > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowIsVisible
Function ProUINakedwindowIsVisible
Description
Determines if the naked window is visible or invisible.
Synopsis
ProUINakedwindowIsVisible
(
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 visible. PRO_B_FALSE if the naked window is invisible.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
È stato utile?