Search
ButtonBase.FocusOnClick Property
See Also
 





Gets or sets a value indicating whether the button receives the input focus when it is clicked by the mouse.

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

 Syntax

C#  Copy Code

public bool FocusOnClick { get; set; }

Visual Basic  Copy Code

Public Property FocusOnClick As Boolean

 Property Value

 See Also