Show(Window) Method
Shows the window as a child of owner.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public void Show(
Window owner
)
Public Sub Show (
owner As Window
)
member Show :
owner : Window -> unit
Parameters
- Window
- Window that will be the owner of the shown window.
Exceptions
InvalidOperationException | The window has already been closed. |