Class FormUtils
Contains static methods and properties related to forms handling
public static class FormUtils
- Inheritance
-
FormUtils
Methods
- CloseOtherWindows(WindowCloseAction?, Window?)
Closes all windows using the specified close action. If
actionis not specified, windows are disposed.
- CreatePhantomWindow()
Creates a hidden, borderless window positioned off-screen.
- ForEach(Action<Window>)
Executes the specified action on each window in the application.
- GetPhantomWindow()
Gets a hidden, borderless window positioned off-screen. If such a window is not already created, it creates one.
- InvalidateAll()
Invalidates all windows in the application, causing them to be redrawn.