ObjectDCL Banner

ToolTipAviFileName Property

Description

Defines the name of the AVI file to be loaded and displayed in the tool tip text balloon window.

Type

This property is a string.

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 "ToolTipAviFileName" to Control_SetProperty and Control_GetProperty's string property name where applicable.

Remarks

The file name is relative to the project. It can also be a fully qualified path.

Getter Example

CopyCode imageCopy Code
; Get the property from the control
(setq Value (Odcl_Control_GetToolTipAviFileName MyProject_MyForm_MyControl))

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

Setter Example

CopyCode imageCopy Code
; Set the property to the control
(Odcl_Control_SetToolTipAviFileName MyProject_MyForm_MyControl "clip.avi")

(Odcl_Control_SetToolTipAviFileName "MyProject" "MyForm" "MyControl" "c:\my_app\clip.avi")

See Also

ToolTipLine, ToolTipMainText, ToolTipPicture, ToolTipText, ToolTipTitleColor