Intersoft ClientUI Documentation
RemoveChild(Int32) Method



The index that hold the element that going to be removed.
Removed the UIElement at indext position from UXPanel.
Syntax
Public Overloads Overrides Sub RemoveChild( _
   ByVal index As Integer _
) 
Dim instance As UXGridPanel
Dim index As Integer
 
instance.RemoveChild(index)
public override void RemoveChild( 
   int index
)
public:
void RemoveChild( 
   int index
) override 

Parameters

index
The index that hold the 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