Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EyeshotKeyedCollection<T> Class / ReplaceItem Method

In This Topic
    ReplaceItem Method (EyeshotKeyedCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function ReplaceItem( _
       ByVal newItem As T _
    ) As Boolean
    public virtual bool ReplaceItem( 
       T newItem
    )

    Parameters

    newItem
    See Also