WindowHelperService(IntPtr) Constructor

Definition

Initializes a new instance of the WindowHelperService class with the specific handle to a parent window.

public:
 WindowHelperService(IntPtr hwnd);
public WindowHelperService (IntPtr hwnd);
new System.Activities.Presentation.Hosting.WindowHelperService : nativeint -> System.Activities.Presentation.Hosting.WindowHelperService
Public Sub New (hwnd As IntPtr)

Parameters

hwnd
IntPtr

nativeint

A handle to a parent window.

Applies to