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 DisplayMode
public enum DisplayMode
type DisplayMode =
Public Enum DisplayMode
- Inheritance
-
DisplayMode
Fields
None | 0 | No state to have from Manager |
Off | 3 | Tips are always off |
On | 1 | Tips are always on |
OnFocus | 2 | Looking at Object Activates tip (Object must be interactive) |