Search
ScrollBar.ThumbBackgroundBrushDisabled Property
See Also
 





Gets or sets the brush used to fill scroll bar thumb when the scroll bar is disabled.

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

 Syntax

C#  Copy Code

public Brush ThumbBackgroundBrushDisabled { get; set; }

Visual Basic  Copy Code

Public Property ThumbBackgroundBrushDisabled As Brush

 Property Value

 See Also