TextToolTipService Methods

 

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

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.

Return to top
Show: