API 文档 > Custom user interface > Object ProUIMenupane > Function ProUIMenupaneCascadebuttonAdd
Function ProUIMenupaneCascadebuttonAdd
Description
Add a new cascadebutton to the menupane.
Synopsis
#include <ProUIMenupane.h>
ProUIMenupaneCascadebuttonAdd
(
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 cascadebutton to be added.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
这对您有帮助吗?