
Sets the main body of text displayed when the mouse is paused over the control.
This property is a string that can contain RTF tags. It is however not a complete document.
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 "ToolTipMainText" to Control_SetProperty and Control_GetProperty's string property name where applicable.
Copy Code |
|---|
; Get the property from the control (setq Value (Odcl_Control_GetToolTipMainText MyProject_MyForm_MyControl)) (setq Value (Odcl_Control_GetToolTipMainText "MyProject" "MyForm" "MyControl")) |
Copy Code |
|---|
; Set the property to the control (Odcl_Control_SetToolTipMainText MyProject_MyForm_MyControl "Choose your printing options then print this document.") (Odcl_Control_SetToolTipMainText "MyProject" "MyForm" "MyControl" "Choose your printing options then print this document.") |
ToolTipAviFileName, ToolTipLine, ToolTipPicture, ToolTipText, ToolTipTitleColor