API Documentation > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowPushbuttonRemove
Function ProUINakedwindowPushbuttonRemove
Description
Remove a pushbutton from the naked window.
Synopsis
ProUINakedwindowPushbuttonRemove
(
char* dialog
/* (In)
The name of the dialog that contains the naked window.
*/
char* component
/* (In)
The name of the naked window component.
*/
char* name
/* (In)
Name of the pushbutton to be removed.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?