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


' On Click of Button "Unselect Row" this event is raised. Private Sub UnselectRow_Clicked(ByVal sender As Object, ByVal e As EventArgs) ' Unselect the current row from the Datagrid myDataGrid.UnSelect(myDataGrid.CurrentRowIndex) End Sub 'UnselectRow_Clicked
// On Click of Button "Unselect Row" this event is raised. private void UnselectRow_Clicked(object sender, EventArgs e) { // Unselect the current row from the Datagrid myDataGrid.UnSelect(myDataGrid.CurrentRowIndex); }

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に収録されているすべての辞書からDataGrid.UnSelect メソッドを検索する場合は、下記のリンクをクリックしてください。

- DataGrid.UnSelect メソッドのページへのリンク