Specifies the type of tool tip text to display.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSTREETOOLTIPTYPE
public enum VSTREETOOLTIPTYPE
public enum class VSTREETOOLTIPTYPE
type VSTREETOOLTIPTYPE
public enum VSTREETOOLTIPTYPE
Members
| 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. | 
Remarks
COM Signature
From vsshell.idl: