public object this[ int index ]; {get; set;}
'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As Object
'Declaration
Public Default Property Item( _ ByVal index As Integer _ ) As Object
'Usage Dim instance As FpScrollBarButtonCollection Dim index As Integer Dim value As Object instance.Item(index) = value value = instance.Item(index)
'Usage
Dim instance As FpScrollBarButtonCollection Dim index As Integer Dim value As Object instance.Item(index) = value value = instance.Item(index)
FpScrollBarButtonCollection Class FpScrollBarButtonCollection Members