ShowFocusRectangle Property
In This Topic
Specifies whether a focus rectangle should be displayed around the client area when the control has the input focus.
Syntax
'Declaration
Public Property ShowFocusRectangle As Boolean
public bool ShowFocusRectangle {get; set;}
See Also