Enum ScrollTipActions
Specifies the current ScrollTip state when a ScrollTip event was raised.
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum ScrollTipActions
Fields
| Name | Description |
|---|---|
| Scroll | The user is dragging the thumb. The ScrollTip text should be updated. |
| ThumbPosition | The user has released the thumb. The ScrollTip should be hidden. |
| ThumbTrack | The user has grabbed the thumb. The ScrollTip should be shown. |