.NET Framework Class Library
ParentWndWrapper.IWin32Window.Handle Property
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > ParentWndWrapper Class > ParentWndWrapper Properties > .NET Framework Class Library |
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 |
C# |
|---|
IntPtr IWin32Window.Handle { get; } |
Visual C++ |
|---|
private: virtual property IntPtr IWin32Window_Handle { |
JavaScript |
|---|
|
Implements
IWin32Window.Handle
See Also