Version

Search Results

DefaultPaneSettings Property (UltraDockManager)

Returns an object specifying the default formating and behavior for panes in the component. Syntax Example The following code initializes various properties on the ultradockmanager component.

DirtyChildElements Method (UltraDockManager)

Dirties the control uielements associated with the managed controls. Syntax

Dispose(Boolean) Method

Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources. Syntax Parameters disposing true to release both managed and unmanaged resources; false to release only unmanaged resources.

Dispose Method (UltraDockManager)

Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources. Overload List

DockAreas Property

Returns a collection of the DockAreaPane instances. Syntax Remarks DockAreaPane objects are the root level panes that are either floating or docked. Example The following code demonstrates how to create nested groups of panes.

DockControls Method

Creates a new dock area and new DockableControlPane instances for the specified controls. Syntax Parameters controls Controls to be contained in the dock arealocation Location of the new dock areapaneStyle Style used to position the control panes Return Value A new dock area pane Remarks The functionality is simil...

DoubleClickSplitterBar Event

Occurs when the user double clicks on a splitter bar. 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...

DragIndicatorStyle Property

Gets or sets the style of drag indicator that will be used when dragging panes. Syntax Property Value The style of drag indicator that will be used when dragging panes Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException The value assign is not defined in the DragIndicatorStyle enum....

DragIndicatorStyleResolved Property

Gets the resolved value of the DragIndicatorStyle which is based on the WindowStyle and the current operating system. Syntax

DragWindowColor Property

Gets/sets the color used for a translucent drag style window. Syntax Example The following example demonstrates the initialization of the properties of the UltraDockManager component.