alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved