イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、PopupEventArgs 型の引数を受け取りました。次の PopupEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Cancel | System.ComponentModel.CancelEventArgsから継承されます。 |
Control | Gets a reference to the Control that provides the tooltip text and location. |
Form | Gets a reference to the Form that contains the tooltip. |
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. |
ToolStripItem | Gets a reference to the ToolStripItem that provides the tooltip text. |
解説
This event allows you to modify the location of the tooltip (by adjusting the PopupEventArgs.Location parameter), or to prevent the tooltip from being displayed (by setting the System.ComponentModel.CancelEventArgs.Cancel parameter.
参照