'Declaration Public Shadows ReadOnly Default Property Item( _ ByVal command As String _ ) As TouchStripItem
'Usage Dim instance As TouchStripItemCollection Dim command As String Dim value As TouchStripItem value = instance.Item(command)
public new TouchStripItem this[ string command ]; {get;}
Parameters
- command