DataGridViewHeaderCell.MouseDownUnsharesRow メソッド
アセンブリ: 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)
戻り値
ユーザーがマウスの左ボタンでクリックし、visual スタイルが有効であり、かつ DataGridView.EnableHeadersVisualStyles プロパティが true の場合は true。それ以外の場合は false。

visual スタイルを有効にする方法の詳細については、Application.EnableVisualStyles メソッドのトピックを参照してください。
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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


DataGridViewHeaderCell クラス
DataGridViewHeaderCell メンバ
System.Windows.Forms 名前空間
DataGridView クラス
DataGridViewRowHeaderCell
DataGridViewColumnHeaderCell クラス
DataGridViewTopLeftHeaderCell
DataGridView.EnableHeadersVisualStyles プロパティ
Application.EnableVisualStyles
OnMouseDown
その他の技術情報
Windows フォーム DataGridView コントロールを拡張するための推奨される手順
Weblioに収録されているすべての辞書からDataGridViewHeaderCell.MouseDownUnsharesRow メソッドを検索する場合は、下記のリンクをクリックしてください。

- DataGridViewHeaderCell.MouseDownUnsharesRow メソッドのページへのリンク