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