.NET Framework Class Library
ParentWndWrapper Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
ParentWndWrapper Class

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

Syntax

Visual Basic

Public Class ParentWndWrapper _

 Implements IWin32Window

C#

public class ParentWndWrapper : IWin32Window

Visual C++

public ref class ParentWndWrapper : IWin32Window

JavaScript

MwPDMApi.ParentWndWrapper = function();

Type.createClass(
 'MwPDMApi.ParentWndWrapper',
 null,
 IWin32Window);

Inheritance Hierarchy

System.Object

MwPDMApi.ParentWndWrapper

See Also

ParentWndWrapper Members

MwPDMApi Namespace