Version

Search Results

Pane Property (ControlPaneEventArgs)

DockableControlPane instance associated with the event. This property is read-only. Syntax Example The following code listens to the dock managers AfterToggleDockState to log when a pane has been switched between its floating and docked state by double clicking the pane caption or tab item. For an overview of how ...

ControlPaneEventArgs Constructor

Initializes a new ControlPaneEventArgs with the specified DockableControlPane Syntax Parameters pane A pane object

ControlPaneEventHandler Delegate

Delegate for handling an event involving a single DockableControlPane. Syntax Parameters sender e Example The following code listens to the dock managers AfterToggleDockState to log when a pane has been switched between its floating and docked state by double clicking the pane caption or tab item. For an overview ...

DefaultableOrientation Enumeration

Enumeration of orientations Syntax Members Member Description Default Default orientation Horizontal Oriented horizontally Vertical Oriented vertically Example The following examples initializes the settings of the GroupSettings object. This object is exposed as the DefaultGroupSettings property on the UltraDockMa...

DockableControlPane Class

A dockable pane containing a Windows Forms System.Windows.Forms.Control. Syntax Remarks The DockableControlPane is the pane container for a dockable control. The System.Windows.Forms.Control contained by the pane is controlled via the Control property. Control panes may be unpinned. Unpinning a pane results in the...

DockableControlPaneEnumerator Class

Type-specific enumerator class for enumerating over the DockableControlPane objects of the DockableControlPanesCollection. Syntax

DockableControlPaneEnumerator Class Members

Public Constructors Public Properties Public Methods

Current Property (DockableControlPaneEnumerator)

Returns the current DockableControlPane object in the enumerator. Syntax