Version

Search Results

GroupSettings Property

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...

GroupSettingsResolved Property

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...

HasChildPanes Method

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...

HasDefaultPaneSettings Property (DockableGroupPane)

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...

HasGroupSettings Property

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...

InitializeTag Method (DockableGroupPane)

Syntax Parameters tagValue

IsActive Property (DockableGroupPane)

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.

IsVisible Property (DockableGroupPane)

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...