JamBaseHwndHostMainWindow Property |
Gets the main window.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntaxpublic Window MainWindow { get; }Public ReadOnly Property MainWindow As Window
Get
public:
property Window^ MainWindow {
Window^ get ();
}member MainWindow : Window with get
Property Value
Type:
WindowThe main window.
See Also