
Sets the text displayed when the mouse is paused over the control.
This property is a string.
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 "ToolTipText" to Control_SetProperty and Control_GetProperty's string property name where applicable.
Requires the ToolTipMainText to be set for this text to be displayed. Otherwise there is no tool tip.
Copy Code |
|---|
; Get the property from the control (setq Value (Odcl_Control_GetToolTipText MyProject_MyForm_MyControl)) (setq Value (Odcl_Control_GetToolTipText "MyProject" "MyForm" "MyControl")) |
Copy 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") |
ToolTipAviFileName, ToolTipLine, ToolTipMainText, ToolTipPicture, ToolTipTitleColor