[]
Describes the placement of where a tooltip appears on the screen.
public enum PlacementMode
Name | Description |
---|---|
Bottom | A position of the tooltip below the element above which the mouse cursor hangs. |
Default | A position of the tooltip under the ribbon. |
MousePoint | A tooltip position under the mouse cursor. |
Right | A position of the tooltip to the right of the item the mouse cursor is hanging over. |