Documentação da API > Custom user interface > Object ProUIMenupane > Function ProUIMenupaneCheckbuttonInsert
Function ProUIMenupaneCheckbuttonInsert
Description
Insert a new check button in the menupane.
Synopsis
#include <ProUIMenupane.h>
ProUIMenupaneCheckbuttonInsert
(
char* dialog
/* (In)
The name of the dialog that contains menupane
*/
char* component
/* (In)
The name of the menupane component.
*/
/* (In)
Position of the check button with respect to the sibling.
*/
char* sibling
/* (In)
The name of the existing reference component.
*/
char* name
/* (In)
The name of the new check button inserted.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?