Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FocusBorderStyle Enumeration
Example Example


In This Topic
    FocusBorderStyle Enumeration
    In This Topic
    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.
    Inheritance Hierarchy

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

    See Also