Visual Basic (Declaration) | |
---|---|
Public Enum FocusBorderStyle Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FocusBorderStyle |
C# | |
---|---|
public enum FocusBorderStyle : System.Enum |
Member | Description |
---|---|
Dashed | Displays a dashed line for the border |
Dotted | Displays a dotted line for the border |
Solid | Displays a solid line for the border |
This example uses the FocusBorderStyle enumeration.
C# | Copy Code |
---|---|
FpSpread1.ShowFocusRectangle = true;
FpSpread1.FocusRectangleBorderStyle = FarPoint.Web.Spread.FocusBorderStyle.Dotted;
FpSpread1.FocusRectangleBorderColor = Color.Red;
|
VB.NET | Copy Code |
---|---|
FpSpread1.ShowFocusRectangle = True
FpSpread1.FocusRectangleBorderStyle = FarPoint.Web.Spread.FocusBorderStyle.Dotted
FpSpread1.FocusRectangleBorderColor = Color.Red |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.FocusBorderStyle
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