True DBGrid for WinForms
TabActionEnum 列挙体

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 : TabActionEnum 列挙体
Specifies how focus is handled when the Tab key is entered.
シンタックス
'宣言
 
Public Enum TabActionEnum 
   Inherits System.Enum
public enum TabActionEnum : System.Enum 
メンバ
メンバ解説
ColumnNavigationThe tab key moves the current cell to the next or previous column. However, if this action would cause the current row to change, then the next or previous control on the form receives focus.
ControlNavigationThe tab key moves to the next or previous control on the form.
GridNavigationThe tab key moves the current cell to the next or previous column. The behavior of the tab key at row boundaries is determined by the C1TrueDBGrid.WrapCellPointer property. When this setting is used, the tab key never results in movement to another control.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.TabActionEnum

参照

C1.Win.C1TrueDBGrid 名前空間