Gets/Sets whether or not to draw focus rectangle

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Controls (in Skewworks.NETMF.Controls.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
[ObsoleteAttribute("Use RenderStlye, RenderStyles.ShowFocusRectangle")]
public bool ShowFocusRectangle { get; set; }

Property Value

Type: Boolean

Remarks

If false a focus rectangle will not be drawn even if control has focus

See Also