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