Share via


TipPosPreference Enum

Definition

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

TPP_ABOVE 0

Tip window is positioned above the context stream.

TPP_BELOW 1

Tip window is positioned below the context stream.

TPP_DOCKED 4

Not implemented. This value defaults to TPP_ABOVE.

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.

Remarks

COM Signature

From textmgr.idl:

Applies to