BetterExplorer.WindowExtensions.GetWin32Window C# (CSharp) Méthode

GetWin32Window() public static méthode

public static GetWin32Window ( this parent ) : System.Windows.Forms.IWin32Window
parent this
Résultat System.Windows.Forms.IWin32Window
		public static System.Windows.Forms.IWin32Window GetWin32Window(this Window parent)  => new Wpf32Window(parent);
	}
WindowExtensions