.NET Framework Class Library
UserInterface.GetParentHwnd Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > UserInterface Class > UserInterface Methods > .NET Framework Class Library |
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 _ |
C# |
|---|
public long GetParentHwnd( long hWnd |
Visual C++ |
|---|
public: long long GetParentHwnd( |
JavaScript |
|---|
function getParentHwnd(hWnd); |
Parameters
hWnd
Type: System.Int64
window identifier
Return Value
parent window identifier
Remarks
See Also