Version

Search Results

CancelablePaneButtonEventArgs Class

Event parameters used for the UltraDockManager.BeforePaneButtonClick event. Syntax Example The following code demonstrates how to selectively prevent the action associated with clicking a pane button from occuring. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual B...

CancelablePaneButtonEventArgs Class Members

Public Constructors Public Properties

Button Property (CancelablePaneButtonEventArgs)

Returns the PaneButton associated with the event. Syntax Example The following code demonstrates how to selectively prevent the action associated with clicking a pane button from occuring. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For sp...

Pane Property (CancelablePaneButtonEventArgs)

Returns the pane associated with the event. Syntax Example The following code demonstrates how to selectively prevent the action associated with clicking a pane button from occuring. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. For specific...

CancelablePaneButtonEventArgs Constructor

Initializes a new CancelablePaneButtonEventArgs with the specified DockablePaneBase and PaneButton Syntax Parameters pane A pane objectbutton Pane button

CancelablePaneButtonEventHandler Delegate

Delegate for handling a cancelable event involving a PaneButton for a DockablePaneBase. Syntax Parameters sender e Example The following code demonstrates how to selectively prevent the action associated with clicking a pane button from occuring. For an overview of how to handle events in Visual Basic or Visual C#...

CancelablePaneEventArgs Class

Event parameters used for a cancelable event which pass a single DockablePaneBase. 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...

CancelablePaneEventArgs Class Members

Public Constructors Public Properties