FlexPivot for WinForms
KeyActionEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : KeyActionEnum 列挙体
Specifies the action to perform when the ENTER and TAB keys are pressed.
シンタックス
'宣言
 
Public Enum KeyActionEnum 
   Inherits System.Enum
public enum KeyActionEnum : System.Enum 
メンバ
メンバ解説
MoveAcrossMove to the next column. At the end of the row, wrap to the start of the next row.
MoveAcrossOut

Same as MoveAcross, but move the focus to the next control in the tab order when the last cell in the grid is reached.

This setting applies only to the C1FlexGridBase.KeyActionTab property; when used with C1FlexGridBase.KeyActionEnter it behaves like MoveAcross.

MoveDownMove to the next row.
NoneNo special action (allow system to handle the key). For example, the TAB key is normally used to cycle through the controls on a form.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間