'宣言 Public Event Popup As C1.Win.C1SuperTooltip.PopupEventHandler
public event C1.Win.C1SuperTooltip.PopupEventHandler Popup
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、C1.Win.C1SuperTooltip.PopupEventArgs 型の引数を受け取りました。次の PopupEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Cancel | System.ComponentModel.CancelEventArgsから継承されます。 |
Control | Gets a reference to the C1.Win.C1SuperTooltip.PopupEventArgs.Control that provides the tooltip text and location. |
Form | Gets a reference to the C1.Win.C1SuperTooltip.PopupEventArgs.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 C1.Win.C1SuperTooltip.PopupEventArgs.ToolStripItem that provides the tooltip text. |
参照