[]
Specifies the appearance of the focus rectangle.
public enum FocusRectEnum
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. |