DataGridViewLinkCell.MouseMoveUnsharesRow メソッド
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Protected Overrides Function MouseMoveUnsharesRow ( _ e As DataGridViewCellMouseEventArgs _ ) As Boolean
Dim e As DataGridViewCellMouseEventArgs Dim returnValue As Boolean returnValue = Me.MouseMoveUnsharesRow(e)
戻り値
マウス ポインタがリンク上に配置されており、リンクがホバー状態を表す色にまだ変更されていない場合は true。それ以外の場合は false。

MouseMoveUnsharesRow メソッドは、OnMouseMove メソッドの直前に呼び出されます。OnMouseMove を呼び出すことによってセルを含む行の共有が解除される場合は、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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


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

- DataGridViewLinkCell.MouseMoveUnsharesRow メソッドのページへのリンク