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. |