// <summary> // 确认窗口是否在最顶层 // </summary> public bool CheckTopWnd() { return(WndManager.CheckTopWnd(this)); }