在WPF中,可以使用以下代碼關閉當前窗口:
private void CloseButton_Click(object sender, RoutedEventArgs e) { Window.GetWindow(this).Close(); }
在上述代碼中,CloseButton_Click是關閉按鈕的點擊事件處理程序。Window.GetWindow(this)獲取當前窗口的實例,并調用Close方法來關閉窗口。
CloseButton_Click
Window.GetWindow(this)
Close
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529