Skip to main content

Show(Window) Method

Shows the window as a child of owner.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public void Show(
Window owner
)

Parameters

  Window
Window that will be the owner of the shown window.

Exceptions

InvalidOperationExceptionThe window has already been closed.

See Also

Reference

Window Class
Show Overload
Avalonia.Controls Namespace