API Documentation > Custom user interface > Object ProUIMenupane > Function ProUIMenupaneCascadebuttonInsert
Function ProUIMenupaneCascadebuttonInsert
Description
Insert a new cascade button in the menupane.
Synopsis
#include <ProUIMenupane.h>
ProUIMenupaneCascadebuttonInsert
(
char* dialog
/* (In)
The name of the dialog that contains menupane
*/
char* component
/* (In)
The name of the menupane component.
*/
/* (In)
Position of the cascade button with respect to the sibling.
*/
char* sibling
/* (In)
The name of the existing reference component.
*/
char* name
/* (In)
The name of the inserted cascade button.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?