Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / LabelList Class / Remove Method
The object to remove from this collection

In This Topic
    Remove Method (LabelList)
    In This Topic
    Removes the first occurrence of a specific label from this collection.
    Syntax
    'Declaration
     
    Public Overrides Function Remove( _
       ByVal item As Label _
    ) As Boolean
    public override bool Remove( 
       Label item
    )

    Parameters

    item
    The object 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