Returns the owning UltraDockManager component. Syntax Example The following code demonstrates the use of some of the flyout related properties and methods on the DockablePaneBase and DockableControlPane
Returns or sets whether the pane is maximized. Syntax Remarks Set this property to True to maximize the pane. Example The following example demonstrates the ability to minimize/maximize panes and to set minimum and maximum sizes for the panes.
Returns the resolved value indicating whether the pane appears as maximized. Syntax Remarks This property takes into account whether the pane is a sliding group or a tab group pane. Example The following method demonstrates the ElementFromPoint and PaneFromPosition methods of the UltraDockManager component.
Returns or sets the maximum size of the pane. Syntax Remarks You can specify a maximum height and/or width that the pane should not exceed during resizing. Example The following example demonstrates the ability to minimize/maximize panes and to set minimum and maximum sizes for the panes.
Returns the adjusted maximum size based on the minimum size and the sizes of the child panes as well as caption areas, etc. Syntax
Returns or sets whether the pane is minimized. Syntax Remarks Set this property to True to minimize the pane. Example The following example demonstrates the ability to minimize/maximize panes and to set minimum and maximum sizes for the panes.
Returns the resolved value indicating whether the pane appears as minimized. Syntax Example The following method demonstrates the ElementFromPoint and PaneFromPosition methods of the UltraDockManager component.
Returns or sets the minimum size of the pane. Syntax Remarks You can use this property to set a minimum height and/or width for the pane. Note that there may be other factors that contribute to the minimum size of the pane, such as the minimum size limits placed on any child panes and the space required for margin...
Returns the adjusted maximum size based on the minimum size and the sizes of the child panes as well as caption areas, etc. Syntax Remarks This property takes into account whether the pane is a sliding group or a tab group pane.
Returns the level of nesting occupied by the current pane. This property is read-only. Syntax Remarks This property specifies how deeply nested the pane is within other panes. For top-level (DockArea) panes, NestDepth returns 0. A pane nested inside a top-level pane will return 1. Example The following examples de...