ComponentOne Input for WinForms
C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1RangeSlider.RangeSliderStyleCollection.ThumbStyleCollection Class / PressedForeColor Property

In This Topic
    PressedForeColor Property
    In This Topic
    Gets or sets the fore color of the thumb when user performs mouse click on it.
    Syntax
    'Declaration
     
    Public Property PressedForeColor As Color
    public Color PressedForeColor {get; set;}
    See Also