Spread 8.0 Documentation
BeforeScrollTip Event
Support Options
ActiveX Reference > ActiveX Events > BeforeScrollTip Event

Glossary Item Box

BeforeScrollTip Event


See Also    Example

Applies To

fpSpread control

Description

Occurs before the control displays the scroll tip.

Syntax

C++

afx_msg void OnBeforeScrollTipfpSpread(UINT, int, CWnd*, LPVOID);

Visual Basic

Event fpSpread_BeforeScrollTip(ByVal IsVertical As Long, ByVal Index As Long, ByRef Text As String, ByRef Width As Variant)

Parameters

The following parameters are available:

Parameter Description
IsVertical Whether the tip is displayed for the vertical scroll bar
Index Row or column for which tip is to be displayed
Text Text to display in scroll tip
Width Width of scroll tip in pixels

Remarks

Use the SheetSendingEvent property if you want to return the sheet for which this event occured.

See Also

Displaying Scroll Tips

SheetSendingEvent, ShowScrollTips properties

Copyright © GrapeCity, inc. All rights reserved.