Search
ScrollBar.ButtonBackgroundBrushDisabled Property
See Also
 





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

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

 Syntax

C#  Copy Code

public Brush ButtonBackgroundBrushDisabled { get; set; }

Visual Basic  Copy Code

Public Property ButtonBackgroundBrushDisabled As Brush

 Property Value

 See Also