SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the graphic displayed as an item's item graphic.
Deprecated - Provided for compatibility with earlier versions only - Use Item.Image.GetImageList instead
VB.NET | object.GetItemPictureImage(ByVal ItemIndex As Integer, ByRef ImgListObj As Object, ByRef ImgIndex As Short) |
VB | object.GetItemPictureImage(ByVal ItemIndex As Long, ImgListObj As Object, ImgIndex As Integer) |
C#.NET | void object.GetItemPictureImage(int ItemIndex, out object ImgListObj, out short ImgIndex); |
VC++ | HRESULT object->GetItemPictureImage(long ItemIndex, LPDISPATCH* ImgListObj, short* ImgIndex); |
C | HRESULT object->raw_GetItemPictureImage(long ItemIndex, LPDISPATCH* ImgListObj, short* ImgIndex); |
object
ItemIndex
The zero-based item index.
ImgListObj
Returns a reference to the ImageList control object.
ImgIndex
Returns the one-based index of the image in the ImageList control.
Deprecated - Provided for compatibility with earlier versions only - Use Item.Image.GetImageList instead
The GetItemPictureImage method defines the graphic displayed as an item's item graphic.
The Item.Image.SetImageList method is used to set an item's item graphic using an ImageList control.
See Also SftTree Object | Object Hierarchy