EditorControl.HwndGetWindow(UInt32, UInt32) Method

Definition

Gets a window associated with the component.

public:
 override IntPtr HwndGetWindow(System::UInt32 dwWhich, System::UInt32 dwReserved);
public override IntPtr HwndGetWindow (uint dwWhich, uint dwReserved);
override this.HwndGetWindow : uint32 * uint32 -> nativeint
Public Overrides Function HwndGetWindow (dwWhich As UInteger, dwReserved As UInteger) As IntPtr

Parameters

dwWhich
UInt32

A value from _OLECWINDOW.

dwReserved
UInt32

Reserved for future use; should be 0.

Returns

IntPtr

nativeint

The Handle of the control.

Applies to