Eyeshot 10 WinForms API Reference
Item Property (EyeshotDisposableDictionary<T>)

WinForms Assembly > devDept.Eyeshot Namespace > EyeshotDisposableDictionary<T> Class : Item Property
The name of the object to get or set
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

Reference

EyeshotDisposableDictionary<T> Class
EyeshotDisposableDictionary<T> Members