Intersoft ClientUI Documentation
RemoveChild(UIElement) Method



Element that going to be removed.
Removed the UIElement from UXPanel.
Syntax
Public Overloads Overridable Sub RemoveChild( _
   ByVal child As UIElement _
) 
Dim instance As UXPanel
Dim child As UIElement
 
instance.RemoveChild(child)
public virtual void RemoveChild( 
   UIElement child
)
public:
virtual void RemoveChild( 
   UIElement^ child
) 

Parameters

child
Element that going to be removed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXPanel Class
UXPanel Members
Overload List

Send Feedback