Class NativeScroll.SIF
Defines the constant that used to specifies the scrollbar parameters.
Inheritance
System.Object
NativeScroll.SIF
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class SIF : Enum
Fields
ALL
Specifies all the scrollbar information.
Declaration
public const NativeScroll.SIF ALL
Field Value
| Type |
|---|
| NativeScroll.SIF |
DISABLENOSCROLL
Returns or sets a value that determines whether scroll bars in the RichTextBox control are disabled.
Declaration
public const NativeScroll.SIF DISABLENOSCROLL
Field Value
| Type |
|---|
| NativeScroll.SIF |
PAGE
Page information.
Declaration
public const NativeScroll.SIF PAGE
Field Value
| Type |
|---|
| NativeScroll.SIF |
POS
Scroll position.
Declaration
public const NativeScroll.SIF POS
Field Value
| Type |
|---|
| NativeScroll.SIF |
RANGE
The range of the scrollbar.
Declaration
public const NativeScroll.SIF RANGE
Field Value
| Type |
|---|
| NativeScroll.SIF |
TRACKPOS
Returns the position of the scrollbar thumb.
Declaration
public const NativeScroll.SIF TRACKPOS
Field Value
| Type |
|---|
| NativeScroll.SIF |