Class TabStates
Specifies state of the Ribbon TabButton.
Inheritance
System.Object
TabStates
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class TabStates : Enum
Fields
Hover
Mouse hover state.
Declaration
public const TabStates Hover
Field Value
| Type |
|---|
| TabStates |
HoverSelected
Selected mouse hover state.
Declaration
public const TabStates HoverSelected
Field Value
| Type |
|---|
| TabStates |
Normal
Normal state.
Declaration
public const TabStates Normal
Field Value
| Type |
|---|
| TabStates |
Selected
Selected state.
Declaration
public const TabStates Selected
Field Value
| Type |
|---|
| TabStates |