Enum VisualState
Specifies the state of Controls
Namespace: Syncfusion.Windows.Forms.Enums
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum VisualState
Fields
Name | Description |
---|---|
Default | The Control has its normal appearance. |
Focused | The focus state of the Control. |
Hover | The mouse hover on the Control. |
Pressed | The Control appears pressed. |