ToolTip.IsOpen property
Gets or sets a value that indicates whether the ToolTip is visible.
Syntax
Property value
Type: System.Boolean [.NET] | Platform::Boolean [C++]
True if the ToolTip is visible; otherwise, false. The default is false.
Remarks
This property is not typically set in Extensible Application Markup Language (XAML).
A ToolTip must be assigned to another UI element that is its owner. In XAML, use the ToolTipService.Tooltip attached property to assign the ToolTip to an owner. In code, use the ToolTipService.SetToolTip method to assign the ToolTip to an owner. If you set the IsOpen property to true in your app code before the ToolTip is assigned to an owner, an exception is thrown.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013
