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