ObjectDCL Banner

ToolTipLine Property

Description

Indicates if the title text is to be separated by a line from the main text body in the tool tip text balloon window.

Type

This property is a boolean. Set to T to display a line or Nil otherwise.

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 "ToolTipLine" to Control_SetProperty and Control_GetProperty's string property name where applicable.

Getter Example

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

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

Setter Example

CopyCode imageCopy Code
; Set the property to the control
(Odcl_Control_SetToolTipLine MyProject_MyForm_MyControl T)

(Odcl_Control_SetToolTipLine "MyProject" "MyForm" "MyControl" Nil)

See Also

ToolTipAviFileName, ToolTipMainText, ToolTipPicture, ToolTipText, ToolTipTitleColor