Skip to content

WindowManager.ActiveWindow property

The window a new dialog should be shown on top of: the currently active window, falling back to the application main window. null when the application has no window yet.

public Window ActiveWindow { get; }

See Also