Version

Search Results

EventManager Property

The object that enables, disables and controls firing of UltraDockManager specific events. Syntax Example The following sample code illustrates how to use the UltraDockManagers event manager

Events Property

Overload List

FlyIn() Method

Hides the current flyout DockableControlPane Syntax Remarks The flyout pane is the unpinned DockableControlPane displayed in the AutoHideControl adjacent to the UnpinnedTabArea where the pane was located. The flyout is displayed when the mouse hovers over the tab representing the unpinned DockableControlPane, the ...

FlyIn(Boolean) Method

Hides the current flyout DockableControlPane Syntax Parameters slide True to animate; otherwise, false. Example The following code demonstrates the use of some of the flyout related properties and methods on the DockablePaneBase and DockableControlPane

FlyIn Method

Hides the current flyout DockableControlPane Overload List

FlyoutPane Property

Returns the DockableControlPane displayed in the flyout window or null if there isnt one displayed. Syntax Property Value Returns the unpinned DockableControlPane currently displayed or null if no unpinned panes are flown out. Example The following code demonstrates how to prevent the splitter bar from being resiz...

GetObjectData Method (UltraDockManager)

Invoked during the serialization of the object. Syntax Parameters info The SerializationInfo instance that contains the data to be serialized.context The StreamingContext instance which describes the source and destination of the serialized stream.