C1.Win.C1FlexGrid Namespace / FocusRectEnum Enumeration

FocusRectEnum Enumeration
Specifies the appearance of the focus rectangle.
Syntax
'Declaration
 
Public Enum FocusRectEnum 
   Inherits System.Enum
 
Members
MemberDescription
BackgroundShow filled focus rectangle without border. The color of the rectangle is determined by the BackColor property of the CellStyleCollection.Focus style.
HeavyShow a heavy focus rectangle (dotted, 2-pixel wide).
InsetShow an inset focus rectangle.
LightShow a light focus rectangle (dotted, 1-pixel wide). This is the default setting.
NoneNo focus rectangle.
RaisedShow a raised focus rectangle.
SolidShow a solid focus rectangle. The color of the rectangle is determined by the BackColor property of the CellStyleCollection.Highlight style.
Inheritance Hierarchy

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

See Also