Class AutoHideRollState
Indicates the roll state of the autohidden control.
Inheritance
System.Object
AutoHideRollState
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class AutoHideRollState : Enum
Fields
None
No state.
Declaration
public const AutoHideRollState None
Field Value
| Type |
|---|
| AutoHideRollState |
RolledIn
When the autohidden control is rolled in.
Declaration
public const AutoHideRollState RolledIn
Field Value
| Type |
|---|
| AutoHideRollState |
RolledOut
When the autohidden control is rolled out.
Declaration
public const AutoHideRollState RolledOut
Field Value
| Type |
|---|
| AutoHideRollState |