.NET Framework Class Library
ParentWndWrapper.IWin32Window.Handle Property

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > ParentWndWrapper Class > ParentWndWrapper Properties >

.NET Framework Class Library
ParentWndWrapper.IWin32Window.Handle Property

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Private ReadOnly Property IWin32Window_Handle As IntPtr

 Implements IWin32Window.Handle
 Get

C#

IntPtr IWin32Window.Handle { get; }

Visual C++

private:

virtual property IntPtr IWin32Window_Handle {
 IntPtr get () sealed = IWin32Window::Handle::get;
}

JavaScript

JavaScript does not support explicit interface implementations.

Implements

IWin32Window.Handle

See Also

ParentWndWrapper Class

ParentWndWrapper Members

MwPDMApi Namespace