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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : KeyActionTab プロパティ
Gets or sets the action to be performed when the user presses the TAB key.
シンタックス
'宣言
 
Public Property KeyActionTab As KeyActionEnum
public KeyActionEnum KeyActionTab {get; set;}
解説
By default, the grid will ignore the TAB key and it will be handled by the form, moving the focus to the next control in the tab order. If you set the KeyActionTab property to a value other than KeyActionEnum.None, the grid will trap the TAB key and use it for navigating cells.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ