Spread for ASP.NET 7.0 Product Documentation
FocusRectangleBorderColor Property
See Also  Example Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : FocusRectangleBorderColor Property


Glossary Item Box

Gets or sets the color of the border for the focus rectangle.

Syntax

Visual Basic (Declaration) 
Public Property FocusRectangleBorderColor As Color
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim value As Color
 
instance.FocusRectangleBorderColor = value
 
value = instance.FocusRectangleBorderColor
C# 
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.
C#Copy Code
FpSpread1.ShowFocusRectangle = true;
FpSpread1.FocusRectangleBorderStyle = FarPoint.Web.Spread.FocusBorderStyle.Dotted;
FpSpread1.FocusRectangleBorderColor = Color.Red;
Visual BasicCopy Code
FpSpread1.ShowFocusRectangle = True
FpSpread1.FocusRectangleBorderStyle = FarPoint.Web.Spread.FocusBorderStyle.Dotted
FpSpread1.FocusRectangleBorderColor = Color.Red

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.