menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum NativeScroll.StateSystem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum NativeScroll.StateSystem

    Defines the constants that used to specify the state of objects in an application UI.

    Namespace: Syncfusion.WinForms.Core
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    [Flags]
    public enum StateSystem

    Fields

    Name Description
    STATE_SYSTEM_INVISIBLE

    For the scroll bar itself, indicates the specified vertical or horizontal scroll bar does not exist. For the page up or page down regions, indicates the thumb is positioned such that the region does not exist.

    STATE_SYSTEM_OFFSCREEN

    For the scroll bar itself, indicates the window is sized such that the specified vertical or horizontal scroll bar is not currently displayed.

    STATE_SYSTEM_PRESSED

    The arrow button or page region is pressed.

    STATE_SYSTEM_UNAVAILABLE

    The component is disabled.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved