This document is archived and information here might be outdated.  Recommended version.


IOleFrame.OleClientItem Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOleFrame Interface > IOleFrame.OleClientItem Property
ArcGIS Developer Help

IOleFrame.OleClientItem Property

Valid only in MFC environment. Returns pointer to the COleClientItem representing the OLE object.

[Visual Basic .NET]
Public ReadOnly Property OleClientItem As IntPtr
[C#]
public IntPtr OleClientItem {get;}
[C++]
HRESULT get_OleClientItem(
  System.IntPtr** OleClientItem
);
[C++]
Parameters
OleClientItem [out, retval]

OleClientItem is a parameter of type void**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

OleClientItem is valid only in the MFC (Microsoft Foundation Classes) environment. The property can be used to return a pointer to the COleClientItem representing the OLE object.

See Also

IOleFrame Interface