IUIElementAdapter.Remove Method

Removes a UI Element.

Namespace: Microsoft.Practices.CompositeUI.UIElements
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Sub Remove ( _
    uiElement As Object _
)
'Usage
Dim instance As IUIElementAdapter
Dim uiElement As Object

instance.Remove(uiElement)
void Remove (
    Object uiElement
)
void Remove (
    Object^ uiElement
)
void Remove (
    Object uiElement
)
function Remove (
    uiElement : Object
)

Parameters

  • uiElement
    The UI element to remove.

See Also

Reference

IUIElementAdapter Interface
IUIElementAdapter Members
Microsoft.Practices.CompositeUI.UIElements Namespace