dbicTips Send comments on this topic.
ImageInText Property
See Also 
dbicTips Assembly > Dbi.WinControl.Tips Namespace > dbiTips Class : ImageInText Property

Determines if the image index value can be included in the regular body text.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ImageInText As System.Boolean
C# 
public virtual System.bool ImageInText {get; set;}

Property Value

Boolean

Remarks

You can use an image in the text of the dbicTipsText by using an image list with the ImageList Property and setting the ImageInText Property to True. You can then include the image index in the body text as a semi-colon delimeted value. Me.DbicTips1.SetdbiTipsText(Me.ListBox1, "0;This is the ListBox")

Requirements

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

See Also