Intersoft ClientUI Documentation
RemoveChild(UIElement) Method
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > UXGridPanel Class > RemoveChild Method : RemoveChild(UIElement) Method






child
Element that going to be removed.
Removed the UIElement from UXPanel.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Sub RemoveChild( _
   ByVal child As UIElement _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXGridPanel
Dim child As UIElement
 
instance.RemoveChild(child)
C# 
public override void RemoveChild( 
   UIElement child
)
Delphi 
public procedure RemoveChild( 
    child: UIElement
); override; 
JScript 
public override function RemoveChild( 
   child : UIElement
);
Managed Extensions for C++ 
public: void RemoveChild( 
   UIElement* child
) override 
C++/CLI 
public:
void RemoveChild( 
   UIElement^ child
) override 

Parameters

child
Element that going to be removed.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.