Method ExtWpf.Preview
Overload
Shows the window in preview mode.
public static void Preview(this Window t)
Parameters
t (Window) |
Exceptions
InvalidOperationException
Called not in preview mode. |
Remarks
Changes some window properties (owner window, location, activation, etc), terminates previous preview process, calls ShowDialog. If closed, calls Environment.Exit.
If called not in preview mode, calls Environment.Exit.