API ドキュメンテーション > Custom user interface > Object ProUIMenupane > Function ProUIMenupaneCascadebuttonRemove
Function ProUIMenupaneCascadebuttonRemove
Description
Remove the cascadebutton from the menupane.
Synopsis
#include <ProUIMenupane.h>
ProUIMenupaneCascadebuttonRemove
(
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 removed.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?