ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / TopicMap Class / Remove Method / Remove(Object) Method
The key of the element to remove.

In This Topic
    Remove(Object) Method
    In This Topic
    Removes the value with the specified uiElement from the TopicMap
    Syntax
    'Declaration
     
    Public Overloads Shadows Sub Remove( _
       ByVal uiElement As System.Object _
    ) 
    public new void Remove( 
       System.object uiElement
    )

    Parameters

    uiElement
    The key of the element to remove.
    Exceptions
    ExceptionDescription
    uiElement is null.
    See Also