TextToolTipService Class

Definition

Microsoft internal use only.

public ref class TextToolTipService abstract sealed
public ref class TextToolTipService abstract sealed
class TextToolTipService abstract sealed
public static class TextToolTipService
type TextToolTipService = class
Public Class TextToolTipService
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