Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / LabelList Class / Item Property
The zero-based index of the label to get or set

In This Topic
    Item Property (LabelList)
    In This Topic
    Gets or sets the label at the specified index.
    Syntax
    'Declaration
     
    Public Overrides Default Property Item( _
       ByVal index As Integer _
    ) As Label
    public override Label this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The zero-based index of the label to get or set

    Property Value

    The label at the specified index
    See Also