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

Protected Overrides Function KeyDownUnsharesRow ( _ e As KeyEventArgs, _ rowIndex As Integer _ ) As Boolean
Dim e As KeyEventArgs Dim rowIndex As Integer Dim returnValue As Boolean returnValue = Me.KeyDownUnsharesRow(e, rowIndex)
戻り値
ユーザーが修飾子キーを使用せずに Space キーを押した場合、true。それ以外の場合、false。

KeyDownUnsharesRow メソッドは、OnKeyDown メソッドの直前に呼び出されます。同じ KeyEventArgs 引数を使用した OnKeyDown の呼び出しによって行 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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からDataGridViewButtonCell.KeyDownUnsharesRow メソッドを検索する場合は、下記のリンクをクリックしてください。

- DataGridViewButtonCell.KeyDownUnsharesRow メソッドのページへのリンク