Back to Devexpress

PinPageButtonShowMode Enum

windowsforms-devexpress-dot-xtratab-9d87fc07.md

latest3.2 KB
Original Source

PinPageButtonShowMode Enum

Provides members that indicate which tab headers should display their Pin Buttons.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum PinPageButtonShowMode
vb
Public Enum PinPageButtonShowMode

Members

NameDescription
Default

A Default value. Acts identically to the PinPageButtonShowMode.InActiveTabPageHeaderAndOnMouseHover value.

| | InAllTabPageHeaders |

All existing tab headers should display a pin button.

| | InActiveTabPageHeader |

Only an active tab page header should display a Pin Button.

| | InActiveTabPageHeaderAndOnMouseHover |

Only active and hovered tab headers should display a pin button.

|

The following properties accept/return PinPageButtonShowMode values:

Remarks

Tabs in the TabbedView and XtraTabbedMdiManager can be pinned (see the Document.Pinned and XtraMdiTabPage.Pinned properties). The PinPageButtonShowMode enumerator values are passed to the IDocumentGroupProperties.PinPageButtonShowMode and XtraTabbedMdiManager.PinPageButtonShowMode properties that specify which tabs should display their Pin Buttons at runtime.

See Also

Document.Pinned

XtraMdiTabPage.Pinned

IDocumentGroupProperties.PinPageButtonShowMode

XtraTabbedMdiManager.PinPageButtonShowMode

DevExpress.XtraTab Namespace