ObjectDCL Banner

ToolTipTitleColor Property

Description

Defines the color of the tool tip text title in the tool tip text baloon window.

Type

This property is a color.

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 "ToolTipTitleColor" 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_GetToolTipTitleColor MyProject_MyForm_MyControl))

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

Setter Example

CopyCode imageCopy Code
; Set the property to the control
(Odcl_Control_SetToolTipTitleColor MyProject_MyForm_MyControl 44553)

(Odcl_Control_SetToolTipTitleColor "MyProject" "MyForm" "MyControl" 44553)

See Also

ToolTipAviFileName, ToolTipLine, ToolTipMainText, ToolTipPicture, ToolTipText