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

C1.Win.4.8 アセンブリ > C1.Win.C1SuperTooltip 名前空間 > C1SuperTooltipBase クラス : ShowAlways プロパティ
Gets or sets a value indicating whether a C1SuperTooltipBase window is displayed even when its parent control is not active.
シンタックス
'宣言
 
Public Property ShowAlways As Boolean
public bool ShowAlways {get; set;}
解説

This property enables you to display a C1SuperTooltip window even when the container of the tooltip is not active.

You can use this feature in a modeless window application to enable C1SuperTooltip windows to be displayed regardless of which modeless window is active. This feature is also useful when creating a control using the UserControl that contains a number of controls that display tooltips. Since the UserControl is often not the active window on a form, setting this property to true enables the controls within the UserControl to display C1SuperTooltipBase windows at any time.

参照

C1SuperTooltipBase クラス
C1SuperTooltipBase メンバ