ComponentOne Windows 7 Control Pack for WinForms
Item(Int32) Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > ThumbButtonCollection Class > Item Property : Item(Int32) Property
Gets or sets the C1ThumbButton at the specified position in the collection.
Syntax
Public Overloads Property Item( _
   ByVal index As Integer _
) As C1ThumbButton
Dim instance As ThumbButtonCollection
Dim index As Integer
Dim value As C1ThumbButton
 
instance.Item(index) = value
 
value = instance.Item(index)
public C1ThumbButton Item( 
   int index
) {get; set;}
public:
property C1ThumbButton^ Item {
   C1ThumbButton^ get(int index);
   void set (int indexC1ThumbButton^ value);
}

Parameters

index
See Also

Reference

ThumbButtonCollection Class
ThumbButtonCollection Members
Overload List