Menus and Toolbars for WinForms
Popup イベント (C1SuperTooltip)

C1.Win.SuperTooltip.8 アセンブリ > C1.Win.SuperTooltip 名前空間 > C1SuperTooltip クラス : Popup イベント
シンタックス
'宣言
 
Public Event Popup As C1.Win.SuperTooltip.PopupEventHandler
public event C1.Win.SuperTooltip.PopupEventHandler Popup
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、C1.Win.SuperTooltip.PopupEventArgs 型の引数を受け取りました。次の PopupEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
System.ComponentModel.CancelEventArgsから継承されます。
Gets a reference to the C1.Win.SuperTooltip.PopupEventArgs.Control that provides the tooltip text and location.  
Gets a reference to the C1.Win.SuperTooltip.PopupEventArgs.Form that contains the tooltip.  
Gets or sets the location where the tooltip will be displayed.  
Gets or sets the text that will be displayed in the tooltip.  
Gets a reference to the C1.Win.SuperTooltip.PopupEventArgs.ToolStripItem that provides the tooltip text.  
参照