ItemTips Property

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

Control.ItemTips[= lExpression]

Return Value

  • 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

Applies To: ComboBox Control | ListBox Control

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.

See Also

Reference

ItemData Property

Other Resources

Properties (Visual FoxPro)

Language Reference (Visual FoxPro)