constants AlignmentEnum
The AlignmenEnum type specifies the alignment of the tooltip relative to the showing position. Use the Alignment parameter of the ShowToolTip method, to specify the alignment of the tooltip. The AlignmentEnum type supports the following values:

NameValueDescription
exTopLeft0 Aligns the object to the top/left corner.
exTopRight1 Aligns the object to the top/right corner.
exBottomLeft2 Aligns the object to the bottom/left corner.
exBottomRight3 Aligns the object to the bottom/right corner.
exCenter16 Aligns the object in the center.
exCenterLeft17 Aligns the object in the center, to the left side.
exCenterRight18 Aligns the object in the center, to the right side.
exCenterTop19 Aligns the object in the center, to the top side.
exCenterBottom19 Aligns the object in the center, to the bottom side.