'Declaration
Public Overloads ReadOnly Property Item( _ ByVal text As System.String _ ) As NListBoxItem
'Usage
Dim instance As NListBoxItemCollection Dim text As System.String Dim value As NListBoxItem value = instance.Item(text)
public NListBoxItem Item( System.string text ) {get;}
Parameters
- text