TextToolTipService Class

Definition

Microsoft internal use only.

C++/CX
public ref class TextToolTipService abstract sealed
Inheritance
TextToolTipService

Fields

AutoShowToolTipWhenObscuredProperty

Flag determining whether to automatically show the tool tip when it is obscured.

ToolTipBoundsProperty

The ToolTipBounds property.

ToolTipTextProperty

The ToolTipText property.

Attached Properties

AutoShowToolTipWhenObscured

Gets of sets the AutoShowToolTipWhenObscured attribute.

ToolTipBounds

Gets or sets the ToolTipBounds attribute.

ToolTipText

Gets or sets the ToolTipText attribute.

Methods

GetAutoShowToolTipWhenObscured(FrameworkElement)

Gets the value of the AutoShowToolTipWhenObscured attribute for the specified element.

GetToolTipBounds(FrameworkElement)

Gets the ToolTipBounds of the specified element.

GetToolTipText(FrameworkElement)

Gets the ToolTipText of the specified element.

SetAutoShowToolTipWhenObscured(FrameworkElement, Boolean)

Sets the AutoShowToolTipWhenObscured attribute to the specified value for the given element.

SetToolTipBounds(FrameworkElement, Rect)

Sets the ToolTipBounds attribute to the specified value for the given element.

SetToolTipOffsets(FrameworkElement, Int32, Int32)

Sets the ToolTipOffsets attribute to the specified values for the given element.

SetToolTipPlacement(FrameworkElement, PlacementMode)

Sets the ToolTipPlacement attribute to the specified value for the given element.

SetToolTipText(FrameworkElement, String)

Sets the ToolTipText attribute to the specified value for the given element.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022