Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

SetItemPictureImage Method, SftTree Object

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

Deprecated - Provided for compatibility with earlier versions only - Use Item.Image.SetImageList instead

Syntax

VB.NETobject.SetItemPictureImage(ByVal ItemIndex As Integer, ByVal ImgListObj As Object, ByVal ImgIndex As Short)
VBobject.SetItemPictureImage(ByVal ItemIndex As Long, ByVal ImgListObj As Object, ByVal ImgIndex As Integer)
C#.NETvoid object.SetItemPictureImage(int ItemIndex, object ImgListObj, short ImgIndex);
VC++HRESULT object->SetItemPictureImage(long ItemIndex, LPDISPATCH ImgListObj, short ImgIndex);
CHRESULT object->raw_SetItemPictureImage(long ItemIndex, LPDISPATCH ImgListObj, short ImgIndex);

object

A SftTree object.

ItemIndex

The zero-based item index.

ImgListObj

An ImageList control (supporting the IImageList interface). This ImageList object contains the graphics used to display the item graphic.

ImgIndex

The one-based index of the image in the ImageList control to be used as the item graphic.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Item.Image.SetImageList instead

The SetItemPictureImage method defines the graphic displayed as an item's item graphic.

The SetItemPictureImage method is used to override the default item graphic (defined using the Items.ItemImageExpandable, Items.ItemImageExpanded and Items.ItemImageLeaf properties) using an image from an ImageList control. These default graphics must be defined for item graphics to be shown.

When using fixed height items (see Items.Style), all graphics used in a tree control as Item.Image, Items.ItemImageExpandable, Items.ItemImageExpanded and Items.ItemImageLeaf properties at the same time must be the same size (height and width). The dimensions of the graphics are used to calculate the minimum dimension for items, so graphics used as Item.Image property are never clipped vertically. To change the item graphic size, all item graphics must be removed first using the Items.ClearItemImages method.

When using variable height items (see Items.Style), the graphics used can be of varying size. The item height is adjusted automatically, so graphics are never clipped vertically.

The ImgListObj parameter can be set to the value Nothing (NULL), which restores the default graphic.

The ItemImageAlign property can be used to align item graphics on lower levels with higher level cells.

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.