[This is preliminary documentation and is subject to change.]

Creates new instance of Win32Window pointing to same window as curent instance

Namespace: Tools.WindowsT.NativeT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public Win32Window Clone()
Visual Basic
Public Function Clone As Win32Window
Visual C++
public:
virtual Win32Window^ Clone() sealed
F#
abstract Clone : unit -> Win32Window 
override Clone : unit -> Win32Window 
JScript
public final function Clone() : Win32Window

Return Value

New instance pointing to same window as current instance

Implements

ICloneable<(Of <(<'T>)>)>..::..Clone()()()()

Remarks

In fact there is no need to clone Win32Window object, because it has no internal state other than Handle

See Also