API Documentation > Custom user interface > Object ProUILayout > Function ProUILayoutNakedwindowRemove
Function ProUILayoutNakedwindowRemove
Description
Remove the naked window from the layout.
Synopsis
ProUILayoutNakedwindowRemove
(
char* dialog
/* (In)
Name of the layout.
*/
char* component
/* (In)
The name of the naked window component.
*/
char* name
/* (In)
Name of the naked window to be removed.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?