FlexPivot for WinForms
C1EditorKeyDownFinishEdit メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > IC1EmbeddedEditor インターフェース : C1EditorKeyDownFinishEdit メソッド
Key to be tested.
Gets a value that determines whether a given key should finalize editing.
シンタックス
'宣言
 
Function C1EditorKeyDownFinishEdit( _
   ByVal e As System.Windows.Forms.KeyEventArgs _
) As System.Boolean
System.bool C1EditorKeyDownFinishEdit( 
   System.Windows.Forms.KeyEventArgs e
)

パラメータ

e
Key to be tested.

戻り値の型

True if the key should finish the edits and close the editor.
解説

If this method returns true, the grid copies the editor value to the cell and exits edit mode. The key is then processed by the grid (unless the e.Handled parameter is set to true).

For example, pressing the down arrow typically causes the grid to exit edit mode and move the cursor to the next row.

The default handler returns true for the TAB, ENTER, and ESC keys. It also handles the arrow keys for editors based on TextBox, ComboBox, and DateTimePicker controls.

参照

IC1EmbeddedEditor インターフェース
IC1EmbeddedEditor メンバ