API 설명서 > Custom user interface > Object ProUIOptionmenu > Function ProUIOptionmenuSelectednamesSet
Function ProUIOptionmenuSelectednamesSet
Description
Gives the names of the currently selected items in a optionmenu
Synopsis
ProUIOptionmenuSelectednamesSet
(
char* dialog
/* (In)
The name of the dialog that contains the optionmenu
*/
char* optionmenu
/* (In)
The name of the optionmenu component
*/
int n_selections
/* (In)
The number of selections
*/
char** selections
/* (In)
An array of strings containing the names of items in the optionmenu currently selected
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
도움이 되셨나요?