Function ProUIOptionmenuLabelsGet
Description
Get the label names of the items in the optionmenu.
Synopsis
ProUIOptionmenuLabelsGet
(
char* dialog
/* (In)
The name of the dialog that contains optionmenu.
*/
char* component
/* (In)
The name of the optionmenu component.
*/
int* count
/* (Out)
Number of labels.
*/
wchar_t*** values
/* (Out)
Array of labels text. Free this using ProWstringarrayFree().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
Sample Code References
User Guide References
これは役に立ちましたか?