NetXP 3.0 Reference

DockingManager.OuterControl Property

The outer-most control. The OuterControl property needs to be set to the first control in the Forms.Control collection that represents the group of controls that the manager must not dock between.

[Visual Basic]
Public Property OuterControl As Control
[C#]
public System.Windows.Forms.Control OuterControl {get; set;}

See Also

DockingManager Class | NETXP.Controls.Docking Namespace