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

In This Topic
    Item Property (EyeshotKeyedCollection<T>)
    In This Topic
    Gets the element with the specified name.
    Syntax
    'Declaration
     
    Public Overridable Shadows ReadOnly Default Property Item( _
       ByVal name As String _
    ) As T
    public virtual new T this[ 
       string name
    ]; {get;}

    Parameters

    name
    The name of the object to get.

    Property Value

    The object with the specified name.
    Exceptions
    ExceptionDescription
    Thrown when an element with the specified name does not exist in the collection or the name is null.
    See Also