UIElementAdapter.Remove Method (TUIElement)
Removes a UI Element.
Namespace: Microsoft.Practices.CompositeUI.UIElements
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Protected MustOverride Sub Remove ( _
uiElement As TUIElement _
)
'Usage
Dim uiElement As TUIElement
Me.Remove(uiElement)
protected abstract void Remove (
TUIElement uiElement
)
protected:
virtual void Remove (
TUIElement uiElement
) abstract
protected abstract void Remove (
TUIElement uiElement
)
protected abstract function Remove (
uiElement : TUIElement
)
Parameters
- uiElement
The UI Element to remove.
See Also
Reference
UIElementAdapter Class
UIElementAdapter Members
Microsoft.Practices.CompositeUI.UIElements Namespace