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