Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

GetCellPictureImage Method, SftTree Object

Defines the graphic displayed as an item's cell graphic.

Deprecated - Provided for compatibility with earlier versions only - Use Cell.Image.GetImageList instead

Syntax

VB.NETobject.GetCellPictureImage(ByVal ItemIndex As Integer, ByVal ColIndex As Short, ByRef ImgListObj As Object, ByRef ImgIndex As Short)
VBobject.GetCellPictureImage(ByVal ItemIndex As Long, ByVal ColIndex As Integer, ImgListObj As Object, ImgIndex As Integer)
C#.NETvoid object.GetCellPictureImage(int ItemIndex, short ColIndex, out object ImgListObj, out short ImgIndex);
VC++HRESULT object->GetCellPictureImage(long ItemIndex, short ColIndex, LPDISPATCH* ImgListObj, short* ImgIndex);
CHRESULT object->raw_GetCellPictureImage(long ItemIndex, short ColIndex, LPDISPATCH* ImgListObj, short* ImgIndex);

object

A SftTree 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.

Comments

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.