Determines where the tip window is placed relative to the context stream.
Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
声明
Public Enumeration TipPosPreference
用法
Dim instance As TipPosPreference
public enum TipPosPreference
public enum class TipPosPreference
type TipPosPreference
public enum TipPosPreference
Members
| Member name | Description | |
|---|---|---|
| TPP_ABOVE | Tip window is positioned above the context stream. | |
| TPP_BELOW | Tip window is positioned below the context stream. | |
| TPP_LEFT | Tip window is positioned to the left of the context stream. | |
| TPP_RIGHT | Tip window is positioned to the right of the context stream. | |
| TPP_DOCKED | Not implemented. This value defaults to TPP_ABOVE. | 
Remarks
COM Signature
From textmgr.idl: