'宣言 Public Event PopupToolTip As EventHandler(Of ToolTipPositionEventArgs)
public event EventHandler<ToolTipPositionEventArgs> PopupToolTip
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、ToolTipPositionEventArgs 型の引数を受け取りました。次の ToolTipPositionEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Component | Gets a reference to the System.ComponentModel.Component that provides the tooltip text and location. |
| ComponentBounds | Gets the bounds of the System.ComponentModel.Component that provides the tooltip text and location. |
| Location | Gets or sets the location where the tooltip will be displayed. |
| Text | Gets or sets the text that will be displayed in the tooltip. |
参照