Public Methods Protected Methods
Public Properties Protected Properties
Returns or sets the Infragistics.Win.Appearance for the caption area of an active pane. Syntax Example The following code initializes various properties on the ultradockmanager component.
Returns or sets the Infragistics.Win.Appearance for the contents area of an active pane. Syntax Example The following examples initializes the settings of the PaneSettings object. This object is exposed as the DefaultPaneSettings property on the UltraDockManager and on the DockableGroupPane and as the Settings pro...
Returns or sets the Infragistics.Win.Appearance for the caption area of an active sliding group pane. Syntax Example The following examples initializes the settings of the PaneSettings object. This object is exposed as the DefaultPaneSettings property on the UltraDockManager and on the DockableGroupPane and as the...
Returns or sets the Infragistics.Win.Appearance for the tab of an active pane. Syntax Example The following examples initializes the settings of the PaneSettings object. This object is exposed as the DefaultPaneSettings property on the UltraDockManager and on the DockableGroupPane and as the Settings property on a...
Returns or sets whether the close button is enabled for a pane. Syntax Remarks The close button is displayed in a panes caption area. Clicking the button hides the pane. When this property is set to False, the pane cannot be hidden (closed) except through code. Example The following examples demonstrates initializ...
Returns or sets whether the pane may be dragged into a tab group or used to create a new tab group. Syntax Remarks Set this property to False to prevent the user from dragging the pane over the caption of another pane thereby creating a new tab group.
Returns or sets whether the pane may be docked in the DockArea at the bottom of the client area. Syntax Remarks You can use this property to restrict the areas that a pane may be docked. One common usage would be to specify specific panes that can only dock horizontally or vertically. Example The following example...
Returns or sets whether the pane may be docked in the DockArea at the left side of the client area. Syntax Remarks You can use this property to restrict the areas that a pane may be docked. One common usage would be to specify specific panes that can only dock horizontally or vertically. Example The following exam...