NetXP 3.0 Reference

DockingManager.InnerControl Property

The inner-most control. The InnerControl property needs to be set to the last control in the Forms.Control collection that represents the group of controls that the manager must not dock after.

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

See Also

DockingManager Class | NETXP.Controls.Docking Namespace