Ribbon for WinForms
HitTestVisible プロパティ (C1SuperTooltipBase)

C1.Win.4.8 アセンブリ > C1.Win.C1SuperTooltip 名前空間 > C1SuperTooltipBase クラス : HitTestVisible プロパティ
Gets or sets a value that determines whether the tooltip can be clicked.
シンタックス
'宣言
 
Public Property HitTestVisible As Boolean
public bool HitTestVisible {get; set;}
解説

This property is set to false by default, so the tooltip is invisible to the mouse. All mouse events are passed on to the control under the tooltip.

Set this property to true if you want to add clickable areas to the tooltip, such as hyperlinks. In this case, the tooltip becomes visible to the mouse handles the mouse events itself instead of passing them to the control under the tooltip.

参照

C1SuperTooltipBase クラス
C1SuperTooltipBase メンバ