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


IFrameElement.Thumbnail Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameElement Interface > IFrameElement.Thumbnail Property
ArcGIS Developer Help

IFrameElement.Thumbnail Property

Small bitmap representation of this element.

[Visual Basic .NET]
Public ReadOnly Property Thumbnail As Integer
[C#]
public int Thumbnail {get;}
[C++]
HRESULT get_Thumbnail(
  OLE_HANDLE* bitmapHandle
);
[C++]
Parameters
bitmapHandle [out, retval]

bitmapHandle is a parameter of type OLE_HANDLE*

Product Availability

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

Remarks

Thumbnail returns a small bitmap representation of the contents of the frame.  Use this property when you want to obtain a bitmap of the frame for display in another control.

 

See Also

IFrameElement Interface