Spread for ASP.NET 8.0 Product Documentation
FocusBorderStyle Enumeration
Example Example 


Specifies the style of the border for the focus rectangle of the Spread component.
Syntax
'Declaration
 
Public Enum FocusBorderStyle 
   Inherits System.Enum
'Usage
 
Dim instance As FocusBorderStyle
public enum FocusBorderStyle : System.Enum 
Members
MemberDescription
DashedDisplays a dashed line for the border
DottedDisplays a dotted line for the border
SolidDisplays a solid line for the border
Example
This example uses the FocusBorderStyle enumeration.
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.FocusBorderStyle

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

Reference

FarPoint.Web.Spread Namespace
ShowFocusRectangle Property
FocusRectangleBorderColor Property
FocusRectangleBorderStyle Property

User-Task Documentation

Customizing the Appearance of a Cell

 

 


Copyright © GrapeCity, inc. All rights reserved.