Intersoft ClientUI Documentation
RemoveChild(UIElement) Method



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

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

UXGridPanel Class
UXGridPanel Members
Overload List

Send Feedback