Window.Attach Method

Definition

Overloads

Attach(Int32)

Microsoft Internal Use Only.

Attach(IntPtr)

Attach(Int32)

Microsoft Internal Use Only.

public:
 void Attach(int lWindowHandle);
public:
 void Attach(int lWindowHandle);
void Attach(int lWindowHandle);
[System.Runtime.InteropServices.DispId(119)]
[System.Runtime.InteropServices.TypeLibFunc(65)]
public void Attach (int lWindowHandle);
[<System.Runtime.InteropServices.DispId(119)>]
[<System.Runtime.InteropServices.TypeLibFunc(65)>]
abstract member Attach : int -> unit
Public Sub Attach (lWindowHandle As Integer)

Parameters

lWindowHandle
Int32

The window handle.

Attributes

Applies to

Attach(IntPtr)

public:
 void Attach(IntPtr lWindowHandle);
[System.Runtime.InteropServices.DispId(119)]
[System.Runtime.InteropServices.TypeLibFunc(65)]
public void Attach (IntPtr lWindowHandle);
[<System.Runtime.InteropServices.DispId(119)>]
[<System.Runtime.InteropServices.TypeLibFunc(65)>]
abstract member Attach : nativeint -> unit
Public Sub Attach (lWindowHandle As IntPtr)

Parameters

lWindowHandle
IntPtr

nativeint

Attributes

Applies to