Spread for ASP.NET 7.0 Product Documentation
FocusBorderStyle Enumeration
Example  See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : FocusBorderStyle Enumeration


Glossary Item Box

Specifies the style of the border for the focus rectangle of the Spread component.

Syntax

Visual Basic (Declaration) 
Public Enum FocusBorderStyle 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As FocusBorderStyle
C# 
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.
C#Copy Code
FpSpread1.ShowFocusRectangle = true;
FpSpread1.FocusRectangleBorderStyle = FarPoint.Web.Spread.FocusBorderStyle.Dotted;
FpSpread1.FocusRectangleBorderColor = Color.Red;
VB.NETCopy Code
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

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