DataGridViewButtonCell.MouseDownUnsharesRow メソッド
メモ : このメソッドは、.NET Framework version 2.0 で新しく追加されたものです。
マウス ポインタを行のセルに置いた状態でマウス ボタンを押したままにしたときに、その行の非共有にするかどうかを示します。
名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文
Protected Overrides Function MouseDownUnsharesRow ( _ e As DataGridViewCellMouseEventArgs _ ) As Boolean
Dim e As DataGridViewCellMouseEventArgs Dim returnValue As Boolean returnValue = Me.MouseDownUnsharesRow(e)

MouseDownUnsharesRow メソッドは、OnMouseDown メソッドの直前に呼び出されます。OnMouseDown の呼び出しによって行 rowIndex の共有が解除される場合は、true を返します。それ以外の場合は、false を返します。
行の共有の詳細については、「Windows フォーム DataGridView コントロールを拡張するための推奨される手順」を参照してください。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


DataGridViewButtonCell クラス
DataGridViewButtonCell メンバ
System.Windows.Forms 名前空間
DataGridViewCellMouseEventArgs
OnMouseDown
DataGridView クラス
その他の技術情報
Windows フォーム DataGridView コントロールを拡張するための推奨される手順
- DataGridViewButtonCell.MouseDownUnsharesRow メソッドのページへのリンク