'Declaration Public Overloads ReadOnly 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 TouchStripItem Item( string command ) {get;}
Parameters
- command