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


IGxFileSetup.SetImages Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxFileSetup Interface > IGxFileSetup.SetImages Method
ArcGIS Developer Help

IGxFileSetup.SetImages Method

The images used to represent the object.

[Visual Basic .NET]
Public Sub SetImages ( _
    ByVal hSmallImageBitmap As Integer, _
    ByVal hSmallImageSelectedBitmap As Integer, _
    ByVal hLargeImageBitmap As Integer, _
    ByVal hLargeImageSelectedBitmap As Integer _
)
[C#]
public void SetImages (
    int hSmallImageBitmap,
    int hSmallImageSelectedBitmap,
    int hLargeImageBitmap,
    int hLargeImageSelectedBitmap
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxFileSetup Interface