TipWindowFlags 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 tip window options.
This enumeration supports a bitwise combination of its member values.
public enum class TipWindowFlags
public enum class TipWindowFlags
enum TipWindowFlags
[System.Flags]
public enum TipWindowFlags
[<System.Flags>]
type TipWindowFlags =
Public Enum TipWindowFlags
- Inheritance
-
TipWindowFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
UTW_CONTEXTCHANGED | 1 | Context stream is different. |
UTW_CONTENTCHANGED | 2 | Data displayed in window has changed (size will be re-queried). |
UTW_DISMISS | 4 | Tip window should be dismissed. |
Remarks
COM Signature
From textmgr.idl: