API 文件集 > Custom user interface > Object ProUIDialog > Function ProUIDialogMenupaneRemove
Function ProUIDialogMenupaneRemove
Description
If the menupane is added to a cascade button or menubar, it should be removed from that item before using this function to remove it from the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogMenupaneRemove
(
char* dialog
/* (In)
Name of the dialog.
*/
char* name
/* (In)
Name of the menupane to be removed.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
這是否有幫助?