Ribbon for WinForms
Popup イベント (C1SuperTooltipBase)

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

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

プロパティ解説
System.ComponentModel.CancelEventArgsから継承されます。
Gets a reference to the Control that provides the tooltip text and location.  
Gets a reference to the 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 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.
参照