[]
Gets the selection state of an item in a IListBox.
bool GetSelected(int index)
Function GetSelected(index As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | index | An integer with a range from 0 to one less than the number of items in the list box. |
| Type | Description |
|---|---|
| bool |
|