Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FocusRectangle Enumeration


In This Topic
    FocusRectangle Enumeration
    In This Topic
    Specifies whether to show focus rectangle or not
    Syntax
    'Declaration
     
    
    Public Enum FocusRectangle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FocusRectangle
    public enum FocusRectangle : System.Enum 
    Members
    MemberDescription
    HideHide focus rectangle
    InheritStyle of checkbox determines whether focus rectangle displays
    ShowShow focus rectangle
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.FocusRectangle

    See Also