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 ...
Initializes a new ControlPaneEventArgs with the specified DockableControlPane Syntax Parameters pane A pane object
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 ...
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...
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...
Type-specific enumerator class for enumerating over the DockableControlPane objects of the DockableControlPanesCollection. Syntax
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
Returns the current DockableControlPane object in the enumerator. Syntax