
Indicates if the title text is to be separated by a line from the main text body in the tool tip text balloon window.
This property is a boolean. Set to T to display a line or Nil otherwise.
AngleSlider, BlockList, BlockView, CheckBox, ComboBox, DwgList, DwgPreview, EditableGrid, GraphicButton, Grid (Hatch), ImageCombo, ListBox, ListView, MonthPicker, Option, PictureBox, ProgressBar, SliderBar, SlideView, TextBox, TextButton, TreeControl, UrlLink.
Can be passed as "ToolTipLine" to Control_SetProperty and Control_GetProperty's string property name where applicable.
Copy Code |
|---|
; Get the property from the control (setq Value (Odcl_Control_GetToolTipLine MyProject_MyForm_MyControl)) (setq Value (Odcl_Control_GetToolTipLine "MyProject" "MyForm" "MyControl")) |
Copy Code |
|---|
; Set the property to the control (Odcl_Control_SetToolTipLine MyProject_MyForm_MyControl T) (Odcl_Control_SetToolTipLine "MyProject" "MyForm" "MyControl" Nil) |
ToolTipAviFileName, ToolTipMainText, ToolTipPicture, ToolTipText, ToolTipTitleColor