Syntax
Initializes a new UltraDockManagerRole Syntax Parameters dockManager UltraDockManager associated with the component
For a list of all members of this type, see UltraDockManager members. Public Events Name Description AfterDockChange Occurs after the dock status of a pane has changed. AfterHideFlyout Occurs when an unpinned DockableControlPane is hidden. AfterNavigatorClosed Fires after the Navigator user interface is closed. Af...
Public Constructors Public Properties Protected Properties Public Methods Protected Methods Public Events
Public Methods Protected Methods
Public Properties Protected Properties
Returns the DockableControlPane that contains the active control. Read-only. Syntax Property Value Returns the DockableControlPane that contains the active control or null if there is no active control or the active control is not contained within a dockable pane. A DockableControlPane is considered active if it c...
Occurs after the dock status of a pane has changed. Syntax Event Data The event handler receives an argument of type PaneEventArgs containing data related to this event. The following PaneEventArgs properties provide information specific to this event.Property Description Pane DockablePaneBase instance associated ...