Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
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: