Intersoft ClientUI Documentation
AddChild Method (UXDock)



Index.
Button.
Add new element into specified index.
Syntax
Public Sub AddChild( _
   ByVal index As Integer, _
   ByVal button As UXDockButton _
) 
Dim instance As UXDock
Dim index As Integer
Dim button As UXDockButton
 
instance.AddChild(index, button)
public void AddChild( 
   int index,
   UXDockButton button
)
public:
void AddChild( 
   int index,
   UXDockButton^ button
) 

Parameters

index
Index.
button
Button.
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

UXDock Class
UXDock Members

Send Feedback