Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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]
Property Values
- 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.