Spread 8.0 Documentation
TextTipDelay Property
Support Options
ActiveX Reference > ActiveX Properties > TextTipDelay Property

Glossary Item Box

TextTipDelay Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the number of milliseconds the control waits before displaying the text tip for the header or cell under the pointer.

Syntax

C++

long CSpreadSheet::GetTextTipDelay();
void CSpreadSheet::SetTextTipDelay(long value);

Visual Basic

[form.]fpSpread.TextTipDelay[ = value&]

Remarks

The default value of the TextTipDelay property is 500 milliseconds.

This setting is applied to the entire workbook, including all sheets in the control.

Use the TextTip property to specify whether and when text tips are to be displayed and how they are positioned. Text tips can be displayed for headers and cells in the control when the pointer is over a header or cell. Set the ShowTip parameter in the TextTipFetch event to True to display a text tip for the cell currently under the pointer.

You can specify that the control delays displaying text tips by specifying the number of milliseconds to wait using this property. Specify the appearance of text tips using the SetTextTipAppearance method.

Spread Designer

Choose the Book menu, then the Text Tip menu, select the Text Tip tab, and then type or select a number from the Delay spin box in the Book Display Settings dialog.

Data Type

Long Integer

See Also

Displaying Text Tips

TextTip property

TextTipFetch event

GetTextTipAppearance, SetTextTipAppearance methods

DLL Correspondence

SSGetTextTip, SSSetTextTip functions

Copyright © GrapeCity, inc. All rights reserved.