Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Enumeration 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: