ToolTipService.IsOpen Attached Property

Definition

Gets whether a tooltip is currently visible.

C#
see GetIsOpen, and SetIsOpen
C#
see GetIsOpen

Remarks

To determine whether a tooltip can appear, check the value of the IsEnabled property.

This is an attached property. For information about how to get the value of this property in code, see the GetIsOpen method.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also