ArcObjects Library Reference (Carto)  

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(
  OleClientItem** OleClientItem
);
[C++]

Parameters

OleClientItem [out, retval]   OleClientItem is a parameter of type

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