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


IGxFileSetup.SetImages Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Catalog)  

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