ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / ThumbButtonCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the C1ThumbButton at the specified position in the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal index As Integer _
    ) As C1ThumbButton
    public C1ThumbButton Item( 
       int index
    ) {get; set;}

    Parameters

    index
    See Also