Back to Devexpress

TabMiddleClickFiringMode Enum

windowsforms-devexpress-dot-xtratab-8c831fcf.md

latest1.9 KB
Original Source

TabMiddleClickFiringMode Enum

Contains values that specify if and when a control’s TabMiddleClick event fires.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum TabMiddleClickFiringMode
vb
Public Enum TabMiddleClickFiringMode

Members

NameDescription
Default

The default behavior. For the XtraTabControl, this option is equivalent to None.

| | MouseDown |

A TabMiddleClick event fires on pressing the middle mouse button over a tab (before the button is released).

| | MouseUp |

A TabMiddleClick event fires on clicking the middle mouse button over a tab (after the button is released).

| | None |

A TabMiddleClick event does not fire.

|

The following properties accept/return TabMiddleClickFiringMode values:

Remarks

A tab control may provide a TabMiddleClick event, which is designed to perform custom actions when a tab is clicked with the mouse middle button. Tab controls also provide a TabMiddleClickFiringMode property of the TabMiddleClickFiringMode type that specifies if and when a TabMiddleClick event fires.

See Also

TabMiddleClick

TabMiddleClickFiringMode

DevExpress.XtraTab Namespace