TextToolTipService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |