Documentação da API > Custom user interface > Object ProUIDialog > Function ProUIDialogCheckbuttonRemove
Function ProUIDialogCheckbuttonRemove
Description
Remove the checkbutton from the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogCheckbuttonRemove
(
char* dialog
/* (In)
Name of the dialog.
*/
char* name
/* (In)
Name of the checkbutton to be removed.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?