VSTREETOOLTIPTYPE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: