API Documentation > Custom user interface > Object ProUIDialog > Function ProUIDialogInputpanelRemove
Function ProUIDialogInputpanelRemove
Description
Remove the inputpanel from the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogInputpanelRemove
(
char* dialog
/* (In)
Name of the dialog.
*/
char* name
/* (In)
Name of the inputpanel to be removed.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?