NetXP 3.0 Reference

DockingManager.CreateDockRegionForDockObject Method 

Creates an appropriate DockRegion object and adds it to the managed control.

[Visual Basic]
Public Function CreateDockRegionForDockObject( _
   ByVal regionState As State _
) As DockRegion
[C#]
public DockRegion CreateDockRegionForDockObject(
   State regionState
);

Parameters

regionState
The state of the region.

Return Value

The region.

See Also

DockingManager Class | NETXP.Controls.Docking Namespace