TextToolTipService Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
Show:

