ToolTip.Active Property

Definition

Gets or sets a value indicating whether the ToolTip is currently active.

public:
 property bool Active { bool get(); void set(bool value); };
public bool Active { get; set; }
member this.Active : bool with get, set
Public Property Active As Boolean

Property Value

true if the ToolTip is currently active; otherwise, false. The default is true.

Remarks

With the Active property, you can enable or disable the display of ToolTip text for all controls that have text specified by this particular ToolTip component. Although more than one ToolTip component can be created and assigned to a form, setting the Active property to false only affects the current ToolTip. You can enable users to set the value of this property in a form that provides application options. These options, in turn, provide the user with the ability to enable or disable the display of ToolTips in your application.

Applies to

See also