DataGridViewCheckBoxCell.ContentDoubleClickUnsharesRow メソッド

定義

セルの内容がダブルクリックされたときに、セルを含む行の共有を解除するかどうかを示します。

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

パラメーター

e
DataGridViewCellEventArgs

ダブルクリックに関するデータを格納する DataGridViewCellEventArgs

戻り値

セルが編集モードである場合は true。それ以外の場合は false

注釈

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

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

適用対象

こちらもご覧ください