'宣言 Public Overloads Overridable Function GoToRightCell( _ ByVal currentCell As DataGridCell, _ ByVal shift As System.Boolean, _ ByVal ctrl As System.Boolean _ ) As System.Boolean
public virtual System.bool GoToRightCell( DataGridCell currentCell, System.bool shift, System.bool ctrl )
パラメータ
- currentCell
- 現在のセル。
- shift
true
に設定された場合は、[Shift]キーが押されたとして動作します。- ctrl
true
に設定された場合は、[Ctrl]キーが押されたとして動作します。