Class ScrollTipActions
Specifies the current ScrollTip state when a ScrollTip event was raised.
Inheritance
System.Object
ScrollTipActions
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class ScrollTipActions : Enum
Fields
Scroll
The user is dragging the thumb. The ScrollTip text should be updated.
Declaration
public const ScrollTipActions Scroll
Field Value
| Type |
|---|
| ScrollTipActions |
ThumbPosition
The user has released the thumb. The ScrollTip should be hidden.
Declaration
public const ScrollTipActions ThumbPosition
Field Value
| Type |
|---|
| ScrollTipActions |
ThumbTrack
The user has grabbed the thumb. The ScrollTip should be shown.
Declaration
public const ScrollTipActions ThumbTrack
Field Value
| Type |
|---|
| ScrollTipActions |