码迷,mamicode.com
首页 > Windows程序 > 详细

wpf 如何让当前窗口隐藏

时间:2020-06-03 17:24:19      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:this   present   als   xaml   完成   box   microsoft   class   min   

XMAL中
<
Window x:Class="WpfNoScreen.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Height="350" Width="525" ShowInTaskbar="False" WindowState="Minimized" Visibility="Hidden"> <Grid> </Grid> </Window>
构造函数中 
// ShowInTaskbar="False" WindowState="Minimized" Visibility="Hidden" this.ShowInTaskbar = false; this.Visibility = Visibility.Hidden; MessageBox.Show("完成了");

 

wpf 如何让当前窗口隐藏

标签:this   present   als   xaml   完成   box   microsoft   class   min   

原文地址:https://www.cnblogs.com/lingLuoChengMi/p/13038733.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!