'Declaration Public Event FetchScrollTips As FetchScrollTipsEventHandler
public event FetchScrollTipsEventHandler FetchScrollTips
Event Data
The event handler receives an argument of type FetchScrollTipsEventArgs containing data related to this event. The following FetchScrollTipsEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ColIndex | Indicates the position in the DisplayColumns collection. |
Column | The current C1DisplayColumn. |
Row | The index of the topmost row for the scroll tip. |
ScrollBar | Indicates the scrollbar that was moved. |
ScrollTip | The text to be displayed in the scroll tip. |
SplitIndex | Indicates the position of the Split in the Splits collection. |
TipStyle | The Style used to render the scroll tip. |
See Also