ObjectDCL Banner

ToolTipPicture Property

Description

Defines the Picture Id of the small picture to be displayed on the left side in the tool tip text balloon window.

Type

This property is a picture.

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 "ToolTipPicture" 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_GetToolTipPicture MyProject_MyForm_MyControl))

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

Setter Example

CopyCode imageCopy Code
; Set the property to the control
(Odcl_Control_SetToolTipPicture MyProject_MyForm_MyControl 102)

(Odcl_Control_SetToolTipPicture "MyProject" "MyForm" "MyControl" 102)

See Also

ToolTipAviFileName, ToolTipLine, ToolTipMainText, ToolTipText, ToolTipTitleColor