API 설명서 > Custom user interface > Object ProUIList > Function ProUIListSelectednamesSet
Function ProUIListSelectednamesSet
Description
Sets the currently selected items in a list.
Synopsis
#include <ProUIList.h>
ProUIListSelectednamesSet
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* list
/* (In)
The name of the list component.
*/
int n_selections
/* (In)
The number of selections. Note: The list selection policy may prevent selection of more than one item simultaneously.
*/
char** selections
/* (In)
An array of strings containing the names of items in the list that should be selected.
*/
)
Returns
The function was successful
One or more of the arguments are invalid
The function failed
See Also
Sample Code References
User Guide References
도움이 되셨나요?