This document is archived and information here might be outdated. Recommended version. |
Parent document responsible for the document event handling.
[Visual Basic .NET] Public Property ParentDocument As Object
[C#] public object ParentDocument {get; set;}
[C++]
HRESULT get_ParentDocument(
IUnknown Pointer* pVal
);
[C++]
HRESULT putref_ParentDocument(
LPUNKNOWN pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type IUnknown* pVal [in]
pVal is a parameter of type IUnknown