FlexPivot for WinForms
FocusRectEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : FocusRectEnum 列挙体
Specifies the appearance of the focus rectangle.
シンタックス
'宣言
 
Public Enum FocusRectEnum 
   Inherits System.Enum
public enum FocusRectEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間