[]
        
(Showing Draft Content)

C1.Win.FlexGrid.FocusRectEnum

FocusRectEnum Enum

Specifies the appearance of the focus rectangle.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public enum FocusRectEnum

Fields

Name Description
Background

Show filled focus rectangle without border. The color of the rectangle is determined by the BackColor property of the Focus style.

Heavy

Show a heavy focus rectangle (dotted, 2-pixel wide).

Inset

Show an inset focus rectangle.

Light

Show a light focus rectangle (dotted, 1-pixel wide). This is the default setting.

None

No focus rectangle.

Raised

Show a raised focus rectangle.

Solid

Show a solid focus rectangle. The color of the rectangle is determined by the BackColor property of the Highlight style.