Class NativeScroll.StateSystem
Defines the constants that used to specify the state of objects in an application UI.
Inheritance
System.Object
NativeScroll.StateSystem
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class StateSystem : Enum
Fields
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.
Declaration
public const NativeScroll.StateSystem STATE_SYSTEM_INVISIBLE
Field Value
| Type |
|---|
| NativeScroll.StateSystem |
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.
Declaration
public const NativeScroll.StateSystem STATE_SYSTEM_OFFSCREEN
Field Value
| Type |
|---|
| NativeScroll.StateSystem |
STATE_SYSTEM_PRESSED
The arrow button or page region is pressed.
Declaration
public const NativeScroll.StateSystem STATE_SYSTEM_PRESSED
Field Value
| Type |
|---|
| NativeScroll.StateSystem |
STATE_SYSTEM_UNAVAILABLE
The component is disabled.
Declaration
public const NativeScroll.StateSystem STATE_SYSTEM_UNAVAILABLE
Field Value
| Type |
|---|
| NativeScroll.StateSystem |