.NET Framework Class Library
UserInterface.GetParent Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > UserInterface Class > UserInterface Methods > .NET Framework Class Library |
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Shared Function GetParent ( _ hWnd As IntPtr _ |
C# |
|---|
public static IntPtr GetParent( IntPtr hWnd |
Visual C++ |
|---|
public: static IntPtr GetParent( |
JavaScript |
|---|
MwPDMApi.UserInterface.getParent = function(hWnd); |
Parameters
hWnd
Type: System.IntPtr
See Also