Returns an object containing the settings for the group. Syntax Example The following code uses the InitializePane event to initialize values on the dock areas created automatically as a pane is repositioned by the user. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Vi...
Returns an object providing the resolved values for the GroupSettings property. Syntax Remarks The settings of the group contained by the GroupSettings property may contain properties that are set to a use default value, which indicates that the property is inheriting its value and does not specify which setting i...
Determines whether the group pane contains any child panes. Syntax Return Value True if the group pane contains any child panes, False otherwise. Example The following example demonstrates how to walk over the children of a DockableGroupPane skipping the unpinned panes. When a group is docked, its panes collection...
Indicates if a PaneSettings object has been created for the DefaultPaneSettings of the pane. Syntax Property Value True if a PaneSettings object has been created Example The following examples initializes the settings of the PaneSettings object. This object is exposed as the DefaultPaneSettings property on the Ult...
Indicates if a GroupSettings object has been created for the GroupSettings of the pane. Syntax Property Value True if a GroupSettings object has been created Example The following examples initializes the settings of the GroupSettings object. This object is exposed as the DefaultGroupSettings property on the Ultra...
Syntax Parameters tagValue
Returns or sets whether the pane contains the active control or a child pane containing the active control. Syntax Example The following method demonstrates the ElementFromPoint and PaneFromPosition methods of the UltraDockManager component.
Indicates if the pane is being displayed. Syntax Remarks A DockableGroupPane will not be displayed at runtime if there are no child panes being displayed. For example, if a docked vertical split type group pane contains 2 child DockableControlPane instances, and both instnaces are either floating, unpinned or clos...