Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.