In This Article

TabHighlightKind Enum

Specifies the kind of highlight to apply to a tab.

public enum TabHighlightKind

Fields

Name Description
ActiveSelected

Active selected, for a normal or pinned tab.

InactiveSelected

Inactive selected.

None

No highlight, for a normal or pinned tab.

PointerOver

Pointer over, for a normal or pinned tab.

Preview

No highlight, for a preview tab.

PreviewActiveSelected

Active selected, for a preview tab.

PreviewPointerOver

Pointer over, for a preview tab.