IToolTipProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use IToolTipService instead
Creates and displays tooltips, using an arbitrary object as content.
public interface class IToolTipProvider
public interface class IToolTipProvider
__interface IToolTipProvider
public interface IToolTipProvider
[System.Obsolete("Use IToolTipService instead")]
public interface IToolTipProvider
type IToolTipProvider = interface
[<System.Obsolete("Use IToolTipService instead")>]
type IToolTipProvider = interface
Public Interface IToolTipProvider
- Attributes
Methods
ClearToolTip() |
Removes the tooltip currently being displayed, if any. |
ShowToolTip(ITrackingSpan, Object, PopupStyles) |
Creates and displays a tooltip. |
ShowToolTip(ITrackingSpan, Object) |
Creates and displays a tooltip. |