Version

Search Results

Pane Property (CancelablePaneEventArgs)

DockablePaneBase instance associated with the event. This property is read-only. Syntax Example The following code demonstrates how to selectively control which panes may be toggled between their docked and floating states. This can also be accomplished using the PaneSettingss PaneDoubleClickAction property. For a...

CancelablePaneEventArgs Constructor

Initializes a new CancelablePaneEventArgs with the specified DockablePaneBase Syntax Parameters pane A pane object

CancelablePaneEventHandler Delegate

Delegate for handling a cancelable event involving a single DockablePaneBase. Syntax Parameters sender e Example The following code demonstrates how to selectively control which panes may be toggled between their docked and floating states. This can also be accomplished using the PaneSettingss PaneDoubleClickActio...

CancelablePanesEventArgs Class

Event parameters used for cancelable events which pass an array of DockablePaneBase instances. Syntax Example The following code demonstrates how to prevent the splitter bar from being resized based on the panes that will be affected. For an overview of how to handle events in Visual Basic or Visual C#, see Event ...

CancelablePanesEventArgs Class Members

Public Constructors Public Properties

Panes Property (CancelablePanesEventArgs)

DockablePaneBase instances associated with the event. This property is read-only. Syntax Example The following code demonstrates how to prevent the splitter bar from being resized based on the panes that will be affected. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in V...

CancelablePanesEventArgs Constructor

Initializes a new CancelablePanesEventArgs with the specified array of DockablePaneBase instances Syntax Parameters panes An array of panes

CancelablePanesEventHandler Delegate

Delegate for handling a cancelable event involving one or more DockablePaneBase instances. Syntax Parameters sender e Example The following code demonstrates how to prevent the splitter bar from being resized based on the panes that will be affected. For an overview of how to handle events in Visual Basic or Visua...

CaptionButtonAlignment Enumeration

Enumeration affecting the alignment of the pane caption buttons Syntax Members Member Description Far Buttons are aligned to the right when the caption is horizontal and at the top when vertical Near Buttons are aligned to the left when the caption is horizontal and at the bottom when vertical. Example The followi...