Search
ScrollBar.ForegroundBrushDisabled Property
See Also
 





Gets or sets the brush used to draw the content of scroll bar elements when the scroll bar is disabled.

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

 Syntax

C#  Copy Code

public Brush ForegroundBrushDisabled { get; set; }

Visual Basic  Copy Code

Public Property ForegroundBrushDisabled As Brush

 Property Value

 See Also