TextToolTipService Class
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.PlatformUI.TextToolTipService
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public NotInheritable Class TextToolTipService
public static class TextToolTipService
public ref class TextToolTipService abstract sealed
[<AbstractClass>]
[<Sealed>]
type TextToolTipService = class end
public final class TextToolTipService
The TextToolTipService type exposes the following members.
Attached Properties
Name | Description | |
---|---|---|
AutoShowToolTipWhenObscured | Gets of sets the AutoShowToolTipWhenObscured attribute. | |
ToolTipBounds | Gets or sets the ToolTipBounds attribute. | |
ToolTipText | Gets or sets the ToolTipText attribute. |
Top
Methods
Name | Description | |
---|---|---|
GetAutoShowToolTipWhenObscured | Gets the value of the AutoShowToolTipWhenObscured attribute for the specified element. | |
GetToolTipBounds | Gets the ToolTipBounds of the specified element. | |
GetToolTipText | Gets the ToolTipText of the specified element. | |
SetAutoShowToolTipWhenObscured | Sets the AutoShowToolTipWhenObscured attribute to the specified value for the given element. | |
SetToolTipBounds | Sets the ToolTipBounds attribute to the specified value for the given element. | |
SetToolTipOffsets | Sets the ToolTipOffsets attribute to the specified values for the given element. | |
SetToolTipPlacement | Sets the ToolTipPlacement attribute to the specified value for the given element. | |
SetToolTipText | Sets the ToolTipText attribute to the specified value for the given element. |
Top
Fields
Name | Description | |
---|---|---|
AutoShowToolTipWhenObscuredProperty | Flag determining whether to automatically show the tool tip when it is obscured. | |
ToolTipBoundsProperty | ||
ToolTipTextProperty |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.