Search
ButtonBase.ShowFocus Property
See Also
 





Gets or sets a value indicating whether a focus rectangle should be drawn when the control has the input focus.

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

 Syntax

C#  Copy Code

public bool ShowFocus { get; set; }

Visual Basic  Copy Code

Public Property ShowFocus As Boolean

 Property Value

 See Also