DataGridViewHeaderCell.MouseDownUnsharesRow メソッド

定義

マウス ポインターを行のセルに置いた状態でマウス ボタンを押したままにしたときに、その行の非共有にするかどうかを示します。

protected:
 override bool MouseDownUnsharesRow(System::Windows::Forms::DataGridViewCellMouseEventArgs ^ e);
protected override bool MouseDownUnsharesRow (System.Windows.Forms.DataGridViewCellMouseEventArgs e);
override this.MouseDownUnsharesRow : System.Windows.Forms.DataGridViewCellMouseEventArgs -> bool
Protected Overrides Function MouseDownUnsharesRow (e As DataGridViewCellMouseEventArgs) As Boolean

パラメーター

e
DataGridViewCellMouseEventArgs

マウスの位置に関する情報を格納する DataGridViewCellMouseEventArgs

戻り値

true ユーザーがマウスの左ボタンでクリックすると、ビジュアル スタイルが有効になり、 EnableHeadersVisualStyles プロパティが で trueDataGridView プロパティが ではありません null。それ以外の場合 falseは 。

注釈

ビジュアル スタイルを有効にする方法については、 メソッドを Application.EnableVisualStyles 参照してください。

MouseDownUnsharesRow は の直前に OnMouseDown呼び出されます。 のOnMouseDown呼び出しが行 rowIndexの共有を解除する効果がある場合は、 を返すtrue必要があります。 それ以外の場合は を返す false 必要があります。

行の共有の詳細については、「Windows フォーム DataGridView コントロールを拡張するための推奨される手順」を参照してください。

適用対象

こちらもご覧ください