TipPosPreference Enumeration

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_DOCKED Not implemented. This value defaults to TPP_ABOVE.
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.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace