本文共 353 字,大约阅读时间需要 1 分钟。
this.Style = (Style) App.Current.Resources["BaseWindowStyle"];
运行下段代码一定要加载样式完成后
i最好是在 Loaded 事件运行完成后加载
ControlTemplate baseWindowTemplate = (ControlTemplate)App.Current.Resources["BaseWindowControlTemplate"];
Button minBtn = (Button)baseWindowTemplate.FindName("btnMin", this);
minBtn.Click += delegate { this.WindowState = WindowState.Minimized; };转载地址:http://rtiao.baihongyu.com/