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