| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property ImageInText As System.Boolean | |
| C# | |
|---|---|
public virtual System.bool ImageInText {get; set;} | |
Property Value
BooleanYou 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")