C1.Win.C1FlexGrid Namespace : FocusRectEnum Enumeration |
'Declaration
Public Enum FocusRectEnum Inherits System.Enum
'Usage
Dim instance As FocusRectEnum
public enum FocusRectEnum : System.Enum
public enum class FocusRectEnum : public System.Enum
Member | Description |
---|---|
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 CellStyleCollection.Highlight style. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.FocusRectEnum
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2