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 cell graphic.
Deprecated - Provided for compatibility with earlier versions only - Use Cell.Image.GetImageList instead
VB.NET | object.GetCellPictureImage(ByVal ItemIndex As Integer, ByVal ColIndex As Short, ByRef ImgListObj As Object, ByRef ImgIndex As Short) |
VB | object.GetCellPictureImage(ByVal ItemIndex As Long, ByVal ColIndex As Integer, ImgListObj As Object, ImgIndex As Integer) |
C#.NET | void object.GetCellPictureImage(int ItemIndex, short ColIndex, out object ImgListObj, out short ImgIndex); |
VC++ | HRESULT object->GetCellPictureImage(long ItemIndex, short ColIndex, LPDISPATCH* ImgListObj, short* ImgIndex); |
C | HRESULT object->raw_GetCellPictureImage(long ItemIndex, short ColIndex, LPDISPATCH* ImgListObj, short* ImgIndex); |
object
ItemIndex
The zero-based index of the item. The combination of ItemIndex and ColIndex describes an individual cell.
ColIndex
The zero-based column number. The combination of ItemIndex and ColIndex describes an individual cell.
ImgListObj
Returns 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 Cell.Image.GetImageList instead
The GetCellPictureImage method defines the graphic displayed as an item's cell graphic.
The Cell.Image.SetImageList method is used to set a cell's optional graphic component using an ImageList control.
See Also SftTree Object | Object Hierarchy