ToolTip::Active Property
.NET Framework (current version)
Gets or sets a value indicating whether the ToolTip is currently active.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the ToolTip is currently active; otherwise, false. The default is true.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: