DataGridViewCheckBoxCell.MouseLeaveUnsharesRow(Int32) メソッド

定義

マウス ポインターをセルから離したときに、そのセルを含む行の共有を解除するかどうかを示します。

protected:
 override bool MouseLeaveUnsharesRow(int rowIndex);
protected override bool MouseLeaveUnsharesRow (int rowIndex);
override this.MouseLeaveUnsharesRow : int -> bool
Protected Overrides Function MouseLeaveUnsharesRow (rowIndex As Integer) As Boolean

パラメーター

rowIndex
Int32

セルを含む行のインデックス。

戻り値

ボタンが通常の状態ではない場合は true。ボタンが押された状態の場合は false

注釈

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

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

適用対象

こちらもご覧ください