System.Windows.Forms.ToolTip.Active Property

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

Syntax

[System.ComponentModel.DefaultValue(true)]
public bool Active { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

With the ToolTip.Active property, you can enable or disable the display of ToolTip text for all controls that have text specified by this particular System.Windows.Forms.ToolTip component. Although more than one System.Windows.Forms.ToolTip component can be created and assigned to a form, setting the ToolTip.Active property to false only affects the current System.Windows.Forms.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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0