FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / HighLightEnum Enumeration

In This Topic
    HighLightEnum Enumeration
    In This Topic
    Specifies whether the grid should highlight the selected range.
    Syntax
    'Declaration
     
    
    Public Enum HighLightEnum 
       Inherits System.Enum
    public enum HighLightEnum : System.Enum 
    Members
    MemberDescription
    AlwaysAlways highlight the selected range.
    NeverNever highlight the selected range.
    WithFocusHighlight the selected range when the control has focus.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1FlexGrid.HighLightEnum

    See Also