Documentación de la API > Custom user interface > Object ProUIDialog > Function ProUIDialogSpinboxRemove
Function ProUIDialogSpinboxRemove
Description
Remove the spinbox from the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogSpinboxRemove
(
char* dialog
/* (In)
Name of the dialog.
*/
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
¿Fue esto útil?