VSTREETOOLTIPTYPE Enum
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
C++/CX
public enum class VSTREETOOLTIPTYPE
enum VSTREETOOLTIPTYPE
public enum VSTREETOOLTIPTYPE
type VSTREETOOLTIPTYPE =
Public Enum VSTREETOOLTIPTYPE
- Inheritance
-
VSTREETOOLTIPTYPE
Name | Value | Description |
---|---|---|
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. |
From vsshell.idl:
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |