可是如果用到一些API裡面需要使用的時候
還是可以透過WindowInteropHelper取得
public IntPtr GetHandle(Window w)
{
WindowInteropHelper h = new WindowInteropHelper(w);
return h.Handle;
}
其中WindowInteropHelper需要加入
using System.Windows.Interop;
--
參考資料
Get the WPF Window handle
沒有留言:
張貼留言