.NET Framework Class Library
UserInterface.GetParent Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > UserInterface Class > UserInterface Methods >

.NET Framework Class Library
UserInterface.GetParent Method

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 _
) As IntPtr

C#

public static IntPtr GetParent(

IntPtr hWnd
)

Visual C++

public:

static IntPtr GetParent(
IntPtr hWnd
)

JavaScript

MwPDMApi.UserInterface.getParent = function(hWnd);

Parameters

hWnd

Type: System.IntPtr

See Also

UserInterface Class

UserInterface Members

MwPDMApi Namespace