.NET Framework Class Library
ParentWndWrapper Constructor

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > ParentWndWrapper Class >

.NET Framework Class Library
ParentWndWrapper Constructor

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

Syntax

Visual Basic

Public Sub New ( _

 pParent As Long _
)

C#

public ParentWndWrapper(

 long pParent
)

Visual C++

public:

ParentWndWrapper(
 long long pParent
)

JavaScript

MwPDMApi.ParentWndWrapper = function(pParent);

Parameters

pParent

Type: System.Int64

See Also

ParentWndWrapper Class

ParentWndWrapper Members

MwPDMApi Namespace