Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EyeshotDisposableDictionary<T> Class / Item Property
The name of the object to get or set

In This Topic
    Item Property (EyeshotDisposableDictionary<T>)
    In This Topic
    Gets or sets the object at the specified index.
    Syntax
    'Declaration
     
    Public Overridable Shadows Default Property Item( _
       ByVal name As String _
    ) As T
    public virtual new T this[ 
       string name
    ]; {get; set;}

    Parameters

    name
    The name of the object to get or set

    Property Value

    The object at the specified index
    See Also