.NET Framework Class Library
UserInterface.GetParentHwnd Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > UserInterface Class > UserInterface Methods >

.NET Framework Class Library
UserInterface.GetParentHwnd Method

Get hwnd parent identifier.

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

Syntax

Visual Basic

Public Function GetParentHwnd ( _

 hWnd As Long _
As Long

C#

public long GetParentHwnd(

 long hWnd
)

Visual C++

public:

long long GetParentHwnd(
 long long hWnd
)

JavaScript

function getParentHwnd(hWnd);

Parameters

hWnd

Type: System.Int64
window identifier

Return Value

parent window identifier

Remarks

See Also

UserInterface Class

UserInterface Members

MwPDMApi Namespace