Indicates if a PaneSettings object has been created for the Settings property of the pane. Syntax Property Value True if a PaneSettings object has been created
Returns the index of the current pane in the Panes collection of the Panes parent. Syntax Remarks This property returns -1 if the current pane has no parent. Example The following examples demonstrates the use of the DockableGroupPanes Contains method to determine whether a specific pane exists within the group.
Syntax Parameters tagValue
Returns or sets whether the current 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 InitializePane event has been fired for the pane. Syntax
Indicates if the size calculations should be suspended Syntax
Returns or sets whether the pane is the selected item in a tab style group or sliding group. Syntax Remarks If the pane does not have a parent pane, this property returns False. Example The following code demonstrates how to create nested groups of panes.
Indicates if the pane is currently displayed. Syntax Remarks When panes are closed they are hidden and this property will return False. Example The following code demonstrates the use of some of the flyout related properties and methods on the DockablePaneBase and DockableControlPane