Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EyeshotDisposableDictionary<T> Class / Remove Method
The object name to remove from this collection

In This Topic
    Remove Method (EyeshotDisposableDictionary<T>)
    In This Topic
    Removes the first occurrence of a specific object from this collection.
    Syntax
    'Declaration
     
    Public Shadows Function Remove( _
       ByVal name As String _
    ) As Boolean
    public new bool Remove( 
       string name
    )

    Parameters

    name
    The object name to remove from this collection

    Return Value

    True if label is successfully removed; otherwise, false. This method also returns false if label was not found in this collection.
    See Also