VSTREETOOLTIPTYPE Enumeration

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

‘선언
Public Enumeration VSTREETOOLTIPTYPE
‘사용 방법
Dim instance As 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:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace