Ribbon for WinForms
PopupToolTip イベント (C1Ribbon)

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > C1Ribbon クラス : PopupToolTip イベント
Occurs before a tooltip is displayed.
シンタックス
'宣言
 
Public Event PopupToolTip As EventHandler(Of ToolTipPositionEventArgs)
public event EventHandler<ToolTipPositionEventArgs> PopupToolTip
イベント データ

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

プロパティ解説
Gets a reference to the System.ComponentModel.Component that provides the tooltip text and location.  
Gets the bounds of the System.ComponentModel.Component that provides the tooltip text and location.  
Gets or sets the location where the tooltip will be displayed.  
Gets or sets the text that will be displayed in the tooltip.  
参照