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



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

Parameters

index
See Also

Reference

CustomButtonCollection Class
CustomButtonCollection Members
Overload List