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