'DeclarationPublic Overloads ReadOnly Property Item( _ ByVal text As System.String _ ) As NListBoxItem
'UsageDim 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