Gets or sets the border brush used to draw the border of scroll bar buttons when the scroll bar is disabled.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public Brush ButtonBorderBrushDisabled { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ButtonBorderBrushDisabled As Brush |
See Also