Class AreaStates
Area states.
Inheritance
System.Object
AreaStates
Namespace: Syncfusion.Windows.Forms.Tools.Navigation.Layouting
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class AreaStates : Enum
Fields
Active
Area is active (mouse is hovered over the child area).
Declaration
public const AreaStates Active
Field Value
| Type |
|---|
| AreaStates |
Default
Default state of the area.
Declaration
public const AreaStates Default
Field Value
| Type |
|---|
| AreaStates |
Disabled
Area is disabled.
Declaration
public const AreaStates Disabled
Field Value
| Type |
|---|
| AreaStates |
Hot
Area is hot (mouse is hovered over the area).
Declaration
public const AreaStates Hot
Field Value
| Type |
|---|
| AreaStates |
Pressed
Area is pressed.
Declaration
public const AreaStates Pressed
Field Value
| Type |
|---|
| AreaStates |