VSTREETOOLTIPTYPE Enum

Definition

Specifies the type of tool tip text to display.

public enum class VSTREETOOLTIPTYPE
public enum class VSTREETOOLTIPTYPE
enum VSTREETOOLTIPTYPE
public enum VSTREETOOLTIPTYPE
type VSTREETOOLTIPTYPE = 
Public Enum VSTREETOOLTIPTYPE
Inheritance
VSTREETOOLTIPTYPE

Fields

TIPTYPE_DEFAULT 0

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 1

Show tip text over the icon.

TIPTYPE_STATEICON 2

Show tip text over the state icon.

Remarks

COM Signature

From vsshell.idl:

Applies to