ItemTips Property

Applies To   See Also

Specifies whether item tips are displayed for items in a combo box or list box. Available at design time; read-write at run time.

Syntax

Control.ItemTips[= lExpression]

Settings

lExpression

The settings for the ItemTip property are:

Setting Description
True (.T.) Item tips are displayed for items in a combo box or list box.
False (.F.) (Default) Item tips are not displayed for items in a combo box or list box.

Remarks

An item tip is a small window that displays an entire combo box or list box item when the mouse pointer is positioned over the item. Set this property to true (.T.) whenever items in a ComboBox or ListBox control are longer than the width of the control.