API Documentation > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowSpinboxRemove
Function ProUINakedwindowSpinboxRemove
Description
Remove a spinbox from the naked window.
Synopsis
ProUINakedwindowSpinboxRemove
(
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 spinbox to be removed.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?