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

Gets or sets the custom image of the cursor when the mouse moves over or is currently dragging the thumb of the control.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ThumbCursor As Image
C# 
public virtual Image ThumbCursor {get; set;}

Property Value

Image

Remarks

This property is only valid when the ThumbPointer Property is set to Custom.

Requirements

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

See Also