Documentação da API > Custom user interface > Object ProUIMenupane > Function ProUIMenupaneSeparatorRemove
Function ProUIMenupaneSeparatorRemove
Description
Remove the separator from the menupane.
Synopsis
#include <ProUIMenupane.h>
ProUIMenupaneSeparatorRemove
(
char* dialog
/* (In)
The name of the dialog that contains menupane
*/
char* component
/* (In)
The name of the menupane component.
*/
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
Isto foi útil?