Table of Contents

Method CreateFirstWindowClone

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

CreateFirstWindowClone(bool)

Creates clone of the first window and optinally shows it on the screen.

public static Window CreateFirstWindowClone(bool show = true)

Parameters

show bool

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

Returns

Window