Version

Search Results

UltraDockManagerRole Constructor

Initializes a new UltraDockManagerRole Syntax Parameters dockManager UltraDockManager associated with the component

UltraDockManager Class Events

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

UltraDockManager Class Members

Public Constructors Public Properties Protected Properties Public Methods Protected Methods Public Events

UltraDockManager Class Methods

Public Methods Protected Methods

UltraDockManager Class Properties

Public Properties Protected Properties

ActivePane Property

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

AfterDockChange Event

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