'宣言 Public Event FetchScrollTips As FetchScrollTipsEventHandler
public event FetchScrollTipsEventHandler FetchScrollTips
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、FetchScrollTipsEventArgs 型の引数を受け取りました。次の FetchScrollTipsEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
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. |
参照