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:
| | Name | Value | Description | |
| |
exTopLeft | 0
|
Aligns the object to the top/left corner.
| |
| |
exTopRight | 1
|
Aligns the object to the top/right corner.
| |
| |
exBottomLeft | 2
|
Aligns the object to the bottom/left corner.
| |
| |
exBottomRight | 3
|
Aligns the object to the bottom/right corner.
| |
| |
exCenter | 16
|
Aligns the object in the center.
| |
| |
exCenterLeft | 17
|
Aligns the object in the center, to the left side.
| |
| |
exCenterRight | 18
|
Aligns the object in the center, to the right side.
| |
| |
exCenterTop | 19
|
Aligns the object in the center, to the top side.
| |
| |
exCenterBottom | 19
|
Aligns the object in the center, to the bottom side.
| |