ObjectDCL Banner

ToolTipText Property

Description

Sets the text displayed when the mouse is paused over the control.

Type

This property is a string.

Applies For

AngleSlider, BlockList, BlockView, CheckBox, ComboBox, DwgList, DwgPreview, EditableGrid, GraphicButton, Grid (Hatch), ImageCombo, ListBox, ListView, MonthPicker, Option, PictureBox, ProgressBar, SliderBar, SlideView, TextBox, TextButton, TreeControl, UrlLink.

Invoking From Old API

Can be passed as "ToolTipText" to Control_SetProperty and Control_GetProperty's string property name where applicable.

Remarks

Requires the ToolTipMainText to be set for this text to be displayed. Otherwise there is no tool tip.

Getter Example

CopyCode imageCopy Code
; Get the property from the control
(setq Value (Odcl_Control_GetToolTipText MyProject_MyForm_MyControl))

(setq Value (Odcl_Control_GetToolTipText "MyProject" "MyForm" "MyControl"))

Setter Example

CopyCode imageCopy Code
; Set the property to the control
(Odcl_Control_SetToolTipText MyProject_MyForm_MyControl "Print this document")

(Odcl_Control_SetToolTipText "MyProject" "MyForm" "MyControl" "Print this document")

See Also

ToolTipAviFileName, ToolTipLine, ToolTipMainText, ToolTipPicture, ToolTipTitleColor