FetchScrollTipsEventArgs Class Members
In This Topic
The following tables list the members exposed by FetchScrollTipsEventArgs.
Public Properties
| Name | 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. |
Top
See Also