ComponentOne DynamicHelp for WinForms
Remove(Object) Method

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > TopicMap Class > Remove Method : Remove(Object) Method
The key of the element to remove.
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

Reference

TopicMap Class
TopicMap Members
Overload List