Spread for ASP.NET 11 Product Documentation
FocusRectangleBorderColor Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : FocusRectangleBorderColor Property
Gets or sets the color of the border for the focus rectangle.
Syntax
'Declaration
 
Public Property FocusRectangleBorderColor As Color
'Usage
 
Dim instance As FpSpread
Dim value As Color
 
instance.FocusRectangleBorderColor = value
 
value = instance.FocusRectangleBorderColor
public Color FocusRectangleBorderColor {get; set;}

Property Value

Color object containing the color of the focus rectangle border
Example
This example sets the border style of the focus rectangle.
FpSpread1.ShowFocusRectangle = true;
FpSpread1.FocusRectangleBorderStyle = FarPoint.Web.Spread.FocusBorderStyle.Dotted;
FpSpread1.FocusRectangleBorderColor = Color.Red;
FpSpread1.ShowFocusRectangle = True
FpSpread1.FocusRectangleBorderStyle = FarPoint.Web.Spread.FocusBorderStyle.Dotted
FpSpread1.FocusRectangleBorderColor = Color.Red
See Also

Reference

FpSpread Class
FpSpread Members
FocusBorderStyle Enumeration

User-Task Documentation

Customizing the Appearance of a Cell