TextToolTipService Class
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AutoShowToolTipWhenObscured | Gets of sets the AutoShowToolTipWhenObscured attribute. |
![]() ![]() | ToolTipBounds | Gets or sets the ToolTipBounds attribute. |
![]() ![]() | ToolTipText | Gets or sets the ToolTipText attribute. |
| 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | AutoShowToolTipWhenObscuredProperty | Flag determining whether to automatically show the tool tip when it is obscured. |
![]() ![]() | ToolTipBoundsProperty | The ToolTipBounds property. |
![]() ![]() | ToolTipTextProperty | The ToolTipText property. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



