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
SyntaxC#
Copy Code
|
|---|
public Brush ButtonBackgroundBrushDisabled { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ButtonBackgroundBrushDisabled As Brush |
See Also