FlexPivot for WinForms
FocusRect プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : FocusRect プロパティ
Gets or sets the type of focus rectangle to display.
シンタックス
'宣言
 
Public Property FocusRect As FocusRectEnum
public FocusRectEnum FocusRect {get; set;}
解説

If the focus rectangle is drawn, then the current cell is painted using the CellStyleCollection.Focus style, which by default looks like a regular scrollable cell (as in most spreadsheets and grids).

If the focus rectangle is hidden (using the FocusRectEnum.None setting), the current cell is painted using the CellStyleCollection.Highlight style.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ