Version

Search Results

AfterHideFlyout Event

Occurs when an unpinned DockableControlPane is hidden. Syntax Event Data The event handler receives an argument of type ControlPaneEventArgs containing data related to this event. The following ControlPaneEventArgs properties provide information specific to this event.Property Description Pane DockableControlPane ...

AfterNavigatorClosed Event

Fires after the Navigator user interface is closed. Syntax

AfterPaneButtonClick Event

Occurs after the action associated with a PaneButton is executed. Syntax Event Data The event handler receives an argument of type PaneButtonEventArgs containing data related to this event. The following PaneButtonEventArgs properties provide information specific to this event.Property Description Button Returns t...

AfterSplitterDrag Event

Occurs after the splitter bar for a pane is released. Syntax Event Data The event handler receives an argument of type PanesEventArgs containing data related to this event. The following PanesEventArgs properties provide information specific to this event.Property Description Panes DockablePaneBase instances assoc...

AfterToggleDockState Event

Occurs after a panes dock state is toggled from Docked to Floating or vice versa. 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 Dockabl...

AllowDrop Property

Gets/sets whether the associated dock controls support drag and drop operations. Syntax Remarks By default, drag drop operations are enabled. If the mouse is moved over a sliding group or tab item during a drag drop operation, the associated pane is selected. If the mouse is moved over the tab item for an unpinned...

AnimationEnabled Property

Gets/sets whether animations are enabled. Syntax Example The following example demonstrates the initialization of the properties of the UltraDockManager component.

AnimationSpeed Property

Gets/sets the the value determining the speed of the animations Syntax Example The following code initializes various properties on the ultradockmanager component.