IVsIntellisenseLangTip Members
Include Protected Members
Include Inherited Members
Used to expose method tips.
The IVsIntellisenseLangTip type exposes the following members.
Methods
Name | Description | |
---|---|---|
Close | Destroys the tip window and then deletes the tip. | |
Create | Creates the tool tip window. | |
GetOverloadCount | ||
GetSizePreferences | Gets the size of the language tip window. | |
GetSizeY | ||
Initialize | Initializes a language tooltip. | |
IsActive | ||
ScrollDown | Scrolls to next overload of the method. | |
ScrollUp | Scrolls to the previous overload of the method. | |
Update | Updates a language tooltip. | |
UpdatePosition | Updates the tip position. |
Top