Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarElement Class / Thumb Property

In This Topic
    Thumb Property (ScrollBarElement)
    In This Topic
    Gets the element that represents the scroll box ('thumb' element).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Thumb As ScrollBarElement.ScrollBarThumb
    public ScrollBarElement.ScrollBarThumb Thumb {get;}
    Remarks
    You can use this value to style the ScrollBarElement.
    See Also