API Documentation > Custom user interface > Object ProUICascadebutton > Function ProUICascadebuttonChildnamesSet
Function ProUICascadebuttonChildnamesSet
Description
Do not use. To set the child menupane of a cascade, use ProUICascadebuttonPopupmenuSet instead.
Synopsis
ProUICascadebuttonChildnamesSet
(
char* dialog
/* (In)
The name of the dialog that contains the cascadebutton.
*/
char* component
/* (In)
The name of the cascadebutton component.
*/
int count
/* (In)
Number of children.
*/
char** values
/* (In)
Array of names of the children.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?