'Declaration
Public Function GetSelected( _ ByVal index As System.Integer _ ) As System.Boolean
'Usage
Dim instance As NListBox Dim index As System.Integer Dim value As System.Boolean value = instance.GetSelected(index)
public System.bool GetSelected( System.int index )
Parameters
- index