dbicDayView Send comments on this topic.
Image Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiContactItem Class : Image Property

Gets or sets the image to display with the contact.

Syntax

Visual Basic (Declaration) 
Public Property Image As Integer
C# 
public int Image {get; set;}

Remarks

This property value is of type Integer, indicating the index of the image to display with the contact.

For additional information on using images, please refer to Custom Images.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also