dbicSlide Send comments on this topic.
ThumbStatus Property
See Also 
dbicSlide Assembly > Dbi.WinControl.Slide Namespace > UserDrawnThumbEventArgs Class : ThumbStatus Property

Determines if the thumb is currently being held down by the mouse.

Syntax

Visual Basic (Declaration) 
Public Property ThumbStatus As Boolean
C# 
public bool ThumbStatus {get; set;}

Property Value

Boolean

Remarks

Value of True indicates the mouse is pressed down and interacting with the thumb.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also