DisplayMode 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.
Enum describing the display mode of a ToolTip.
public enum class DisplayModepublic enum DisplayModetype DisplayMode = Public Enum DisplayMode- Inheritance
- 
				DisplayMode
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | No state to have from Manager | 
| On | 1 | Tips are always on | 
| OnFocus | 2 | Looking at Object Activates tip (Object must be interactive) | 
| Off | 3 | Tips are always off |