ObjectDCL Banner

ToolTipMainText Property

Description

Sets the main body of text displayed when the mouse is paused over the control.

Type

This property is a string that can contain RTF tags. It is however not a complete document.

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 "ToolTipMainText" 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_GetToolTipMainText MyProject_MyForm_MyControl))

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

Setter Example

CopyCode imageCopy 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.")

See Also

ToolTipAviFileName, ToolTipLine, ToolTipPicture, ToolTipText, ToolTipTitleColor