API 설명서 > Custom user interface > Object ProUIMenupane > Function ProUIMenupanePushbuttonInsert
Function ProUIMenupanePushbuttonInsert
Description
Insert a new push button in the menupane.
Synopsis
#include <ProUIMenupane.h>
ProUIMenupanePushbuttonInsert
(
char* dialog
/* (In)
The name of the dialog that contains menupane
*/
char* component
/* (In)
The name of the menupane component.
*/
/* (In)
Position of the push button with respect to the sibling.
*/
char* sibling
/* (In)
The name of the existing reference component.
*/
char* name
/* (In)
The name of the inserted push button.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?