VSTREETOOLTIPTYPE Enumeration
Visual Studio 2015
Specifies the type of tool tip text to display.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| TIPTYPE_DEFAULT | Default text. If tip text is to be the same as the default display text (TTO_DISPLAYTEXT), implementers don't need to implement tip text. | |
| TIPTYPE_ICON | Show tip text over the icon. | |
| TIPTYPE_STATEICON | Show tip text over the state icon. |
From vsshell.idl:
Show: