Share via


TextTipData Members

Include Protected Members
Include Inherited Members

Provides a default implementation of IVsTextTipData for use in the IVsTextTipWindow for displaying tool tips.

The TextTipData type exposes the following members.

Constructors

 

Name

Description

Public method

TextTipData

This constructor sets a service provider.

Top

Methods

 

Name

Description

Public method

CheckCaretPosition

Dismisses the tool tip based on mouse proximity to something that has a tool tip.

Public method

Close

Dismisses and releases the tool tip.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetContextStream

Retrieves the position and length of the tool tip.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetTipFontInfo

Returns the font of the tool tip window.

Public method

GetTipText

Populates pbstrText with the tip text.

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

IsActive

Tests if the tool tip window is currently visible.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

OnDismiss

Sets the tool tip window to inactive.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Public method

Update

Adds the supplied data to this text tip.

Public method

UpdateView

A virtual method that your subclass of TextTipData can implement to provide extra functionality on update.

Top

See Also

Reference

TextTipData Class

Microsoft.VisualStudio.Package Namespace