Gets or sets whether to display the focus rectangle.
Syntax
'Declaration
Public Property ShowFocusRectangle As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.ShowFocusRectangle = value
value = instance.ShowFocusRectangle
public bool ShowFocusRectangle {get; set;}
See Also