Search
ButtonBase.BorderBrushDisabled Property
See Also
 





Gets or sets the brush used to draw the button border when the button is disabled.

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

 Syntax

C#  Copy Code

public Brush BorderBrushDisabled { get; set; }

Visual Basic  Copy Code

Public Property BorderBrushDisabled As Brush

 Property Value

 See Also