Function ProUIDialogMenupaneAdd
Description
To add the menupane to a cascade button (either in the menubar or outside it), use ProUICascadebuttonPopupmenuSet(). To add the menupane directly into the menubar, use ProUIMenubarNamesSet().
Synopsis
#include <ProUIDialog.h>
ProUIDialogMenupaneAdd
(
char* dialog
/* (In)
Name of the dialog.
*/
char* name
/* (In)
Name of the menupane to be added.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?