TipPosPreference 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.
Determines where the tip window is placed relative to the context stream.
public enum class TipPosPreference
public enum class TipPosPreference
enum TipPosPreference
public enum TipPosPreference
type TipPosPreference =
Public Enum TipPosPreference
- Inheritance
-
TipPosPreference
Fields
Name | Value | Description |
---|---|---|
TPP_ABOVE | 0 | Tip window is positioned above the context stream. |
TPP_BELOW | 1 | Tip window is positioned below the context stream. |
TPP_LEFT | 2 | Tip window is positioned to the left of the context stream. |
TPP_RIGHT | 3 | Tip window is positioned to the right of the context stream. |
TPP_DOCKED | 4 | Not implemented. This value defaults to TPP_ABOVE. |
Remarks
COM Signature
From textmgr.idl: