NetXP 3.0 Reference

DockingManager.AddDockObjectToDockRegion Method 

If you already have a reference to a DockRegion object then this will create a new Window to host the provided DockObject and then add the Window to the given relative position inside the DockRegion.

[Visual Basic]
Public Function AddDockObjectToDockRegion( _
   ByVal c As DockObject, _
   ByVal z As DockRegion, _
   ByVal index As Integer _
) As Window
[C#]
public Window AddDockObjectToDockRegion(
   DockObject c,
   DockRegion z,
   int index
);

Parameters

c
The object.
z
The region.
index
The index.

Return Value

The window.

See Also

DockingManager Class | NETXP.Controls.Docking Namespace