This document is archived and information here might be outdated. Recommended version. |
Provides access to the internal IDataObject pointer.
[Visual Basic .NET] Public Property InternalObject As Object
[C#] public object InternalObject {get; set;}
[C++]
HRESULT get_InternalObject(
LPUNKNOWN ppObject
);
[C++]
HRESULT putref_InternalObject(
IUnknown Pointer* ppObject
);
[C++]
Parameters ppObject [in]
ppObject is a parameter of type IUnknown ppObject [out, retval]
ppObject is a parameter of type IUnknown*
The internal DataObject implements the IDataObject interface. The DataObject gets populated before any OleDrop events (IMapControlEvents2::OnOleDrop or the IPageLayoutControlEvents::OnOleDrop) are triggered.