This document is archived and information here might be outdated. Recommended version. |
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
);