Spread for ASP.NET 11 Product Documentation
ShowFocusRectangle Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ShowFocusRectangle Property
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;}

Property Value

Boolean: true to display the focus rectangle; false to hide it
Remarks
Note: The focus rectangle is not displayed if there are child sheets or the frozen rows or the frozen columns are not 0. The rectangle is displayed if touch is enabled.
Example
FpSpread1.ShowFocusRectangle = true;
FpSpread1.ShowFocusRectangle = True
See Also

Reference

FpSpread Class
FpSpread Members
FocusRectangleBorderColor Property
FocusRectangleBorderStyle Property

User-Task Documentation

Customizing the Appearance of a Cell