ComponentOne FlexGrid for WinForms
HighLightEnum Enumeration

C1.Win.C1FlexGrid Namespace : HighLightEnum Enumeration
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

Reference

C1.Win.C1FlexGrid Namespace