This topic has not yet been rated - Rate this topic

ToolTip.IsOpen property

Gets or sets a value that indicates whether the ToolTip is visible.

Syntax


public:
property bool IsOpen { 
   bool get();
   void set (bool value);
}

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

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

ToolTip

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.