Search
ScrollBar.ThumbBorderBrushDisabled Property
See Also
 





Gets or sets the border brush used to draw the border of scroll bar thumb when the scroll bar is disabled.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public Brush ThumbBorderBrushDisabled { get; set; }

Visual Basic  Copy Code

Public Property ThumbBorderBrushDisabled As Brush

 Property Value

 See Also