| Description |
| Sets the currently selected items in a list. |
| Synopsis |
| #include <ProUIList.h> |
| ProError | 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 |
|
|
| See Also |
| ProUIListSelectionpolicySet |
| |