'Declaration Function GetSelected( _ ByVal index As Integer _ ) As Boolean
'Usage Dim instance As IListBox Dim index As Integer Dim value As Boolean value = instance.GetSelected(index)
bool GetSelected( int index )
true
false
IListBox Interface IListBox Members