Method FindWindow
FindWindow<T>()
Finds first window of the specified type. If no window is found, returns Null.
public static T? FindWindow<T>() where T : Window
Returns
- T
Type Parameters
T
Type of the window to find.
Finds first window of the specified type. If no window is found, returns Null.
public static T? FindWindow<T>() where T : Window
T
Type of the window to find.