NetXP 3.0 Reference

DockingManager Properties

The properties of the DockingManager class are listed below. For a complete list of DockingManager class members, see the DockingManager Members topic.

Public Instance Properties

AutoResize When set to True, a resizing of the control will cause the docking windows to be resized smaller if they would start overlapping. Note that the windows will not be sized bigger again when the control is increased in size.
Container (inherited from Component) Gets the IContainer that contains the Component.
DockContainer The container.
DockObjects A collection of objects associated with this dock manager.
DockRegionMinMax If more than one Window is docked in the same column/row, should they have a maximize capability?
InnerControl 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.
InnerFill When set to True, the innermost docking window will assume the Fill docking style so that you can create applications whose client area consists only of docking windows.
InnerMinimum Defines the minimum size of the inner control, if resizing the application would cause the inner control to become smaller than this then the docking windows are resized smaller instead.
Locked Is this docking manager locked?
OuterControl 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.
Renderer The renderer used to draw the docked objects.
Site (inherited from Component) Gets or sets the ISite of the Component.
SizeBarWidth Defines the width/height of resize bars used between docking windows. A value of -1 will cause the appropriate default value for the visual style to be used instead.

See Also

DockingManager Class | NETXP.Controls.Docking Namespace