Spread for ASP.NET 10 Product Documentation
FocusRectangleBorderStyle Property
Example 


Gets or sets the style of the border for the focus rectangle.
Syntax
'Declaration
 
Public Property FocusRectangleBorderStyle As FocusBorderStyle
'Usage
 
Dim instance As FpSpread
Dim value As FocusBorderStyle
 
instance.FocusRectangleBorderStyle = value
 
value = instance.FocusRectangleBorderStyle
public FocusBorderStyle FocusRectangleBorderStyle {get; set;}

Property Value

FocusBorderStyle setting that specifies the style 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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

FpSpread Class
FpSpread Members
FocusBorderStyle Enumeration

User-Task Documentation

Customizing the Appearance of a Cell

 

 


Copyright © GrapeCity, inc. All rights reserved.