ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / JumpItemCollection Class / Item Property

In This Topic
    Item Property (JumpItemCollection)
    In This Topic
    Gets or sets the C1JumpItem at the specified position in the collection.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As C1JumpItem
    public C1JumpItem this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also