Documentation de l'API > Custom user interface > Object ProUIDialog > Function ProUIDialogSeparatorRemove
Function ProUIDialogSeparatorRemove
Description
Remove the separator from the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogSeparatorRemove
(
char* dialog
/* (In)
Name of the dialog.
*/
char* name
/* (In)
Name of the separator to be removed.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Est-ce que cela a été utile ?