API 설명서 > Custom user interface > Object ProUIMenupane > Function ProUIMenupaneRadiogroupAdd
Function ProUIMenupaneRadiogroupAdd
Description
Add a new radiogroup to the menupane.
Synopsis
#include <ProUIMenupane.h>
ProUIMenupaneRadiogroupAdd
(
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 radiogroup to be added.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?