TextToolTipService Class

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.PlatformUI.TextToolTipService

public static class TextToolTipService

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticAutoShowToolTipWhenObscured

Gets of sets the AutoShowToolTipWhenObscured attribute.

System_CAPS_pubpropertySystem_CAPS_staticToolTipBounds

Gets or sets the ToolTipBounds attribute.

System_CAPS_pubpropertySystem_CAPS_staticToolTipText

Gets or sets the ToolTipText attribute.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetAutoShowToolTipWhenObscured(FrameworkElement)

Gets the value of the AutoShowToolTipWhenObscured attribute for the specified element.

System_CAPS_pubmethodSystem_CAPS_staticGetToolTipBounds(FrameworkElement)

Gets the ToolTipBounds of the specified element.

System_CAPS_pubmethodSystem_CAPS_staticGetToolTipText(FrameworkElement)

Gets the ToolTipText of the specified element.

System_CAPS_pubmethodSystem_CAPS_staticSetAutoShowToolTipWhenObscured(FrameworkElement, Boolean)

Sets the AutoShowToolTipWhenObscured attribute to the specified value for the given element.

System_CAPS_pubmethodSystem_CAPS_staticSetToolTipBounds(FrameworkElement, Rect)

Sets the ToolTipBounds attribute to the specified value for the given element.

System_CAPS_pubmethodSystem_CAPS_staticSetToolTipOffsets(FrameworkElement, Int32, Int32)

Sets the ToolTipOffsets attribute to the specified values for the given element.

System_CAPS_pubmethodSystem_CAPS_staticSetToolTipPlacement(FrameworkElement, PlacementMode)

Sets the ToolTipPlacement attribute to the specified value for the given element.

System_CAPS_pubmethodSystem_CAPS_staticSetToolTipText(FrameworkElement, String)

Sets the ToolTipText attribute to the specified value for the given element.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAutoShowToolTipWhenObscuredProperty

Flag determining whether to automatically show the tool tip when it is obscured.

System_CAPS_pubfieldSystem_CAPS_staticToolTipBoundsProperty

The ToolTipBounds property.

System_CAPS_pubfieldSystem_CAPS_staticToolTipTextProperty

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.

Return to top
Show: