MultiSelect for WinForms
TooltipShowing イベント (C1ComboBox)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1ComboBox クラス : TooltipShowing イベント
Occurs before a tooltip is displayed for a highlighted drop-down list item. Allows to set tooltip options or cancel the tooltip display.
シンタックス
'宣言
 
Public Event TooltipShowing As System.EventHandler(Of TooltipShowingEventArgs)
public event System.EventHandler<TooltipShowingEventArgs> TooltipShowing
イベント データ

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

プロパティ解説
Gets the highlighted drop-down list item bounds (size and location) within it`s parent element, in pixels.  
System.ComponentModel.CancelEventArgsから継承されます。
Gets or sets the duration of the tooltip, in milliseconds.  
Gets or sets a value indicating whether the event was handled.  
Gets the index of the highlighted drop-down list item.  
Gets or sets the HTML content to be displayed in the tooltip.  
Gets the C1.Win.C1SuperTooltip.C1SuperTooltipBase object for setting tooltip options.  
Gets or sets the X coordinate of the client where the tooltip should be displayed. The coordinate is counted from the upper left corner of the drop-down window.  
Gets or sets the Y coordinate of the client where the tooltip should be displayed. The coordinate is counted from the upper left corner of the drop-down window.  
参照