TdxSpreadSheetHyperlink.ScreenTip Property
Specifies the tip displayed by the current hyperlink.
Declaration
property ScreenTip: string read; write;
Property Value
Type |
---|
string |
Remarks
Use this property to assign or modify a screen tip text displayed by the hyperlink when the mouse pointer is positioned above its hot area.
Both the Value property value and the sdxDefaultHyperlinkScreenTip resource string are used as the default ScreenTip property value:
If a new value is assigned to the ScreenTip property, the havScreenTip flag is added to the AssignedValues property value.
See Also