Table of Contents

Class FormUtils

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 action is 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.