IWindowBaseImplShow Method
Shows the window.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void Show(
bool activate,
bool isDialog
)
Sub Show (
activate As Boolean,
isDialog As Boolean
)
abstract Show :
activate : bool *
isDialog : bool -> unit
Parameters
- activate Boolean
- Whether to activate the shown window.
- isDialog Boolean
- Whether the window is being shown as a dialog.