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

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

This property allows you to enable or disable the display of C1SuperTooltipBase text for all controls that have text specified in this particular C1SuperTooltip. More than one C1SuperTooltip can be created and assigned to a form; setting the Active property to false only affects the specified C1SuperTooltip.

You can allow users to set the value of this property in a form that provides application options to provide the ability for the user to enable or disable the display of C1SuperTooltips in your application.

参照

C1SuperTooltipBase クラス
C1SuperTooltipBase メンバ