Table of Contents

Method CreateMainWindowClone

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

CreateMainWindowClone(bool)

Creates clone of the main window and optionally shows it on the screen.

public static Window CreateMainWindowClone(bool show = true)

Parameters

show bool

Whether to show created window. Optional. Default is true.

Returns

Window