'Declaration Public Overloads Overrides NotOverridable Property Item( _ ByVal index As Integer _ ) As TouchStrip
'Usage Dim instance As TouchStripCollection Dim index As Integer Dim value As TouchStrip instance.Item(index) = value value = instance.Item(index)
public override TouchStrip Item( int index ) {get; set;}
Parameters
- index
- The index.