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


IApplicationRefreshBitmap.RefreshBitmap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IApplicationRefreshBitmap Interface > IApplicationRefreshBitmap.RefreshBitmap Method
ArcGIS Developer Help

IApplicationRefreshBitmap.RefreshBitmap Method

Triggers the application to call get_Bitmap on the control specified.

[Visual Basic .NET]
Public Sub RefreshBitmap ( _
    ByVal ID As UID _
)
[C#]
public void RefreshBitmap (
    UID ID
);

Product Availability

Available with ArcGIS Desktop.

See Also

IApplicationRefreshBitmap Interface