Skybound VisualTips

VisualTipDisplayPosition Enumeration

Specifies the default position where a VisualTip is displayed.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
Public Enum VisualTipDisplayPosition
[C#]
public enum VisualTipDisplayPosition

Remarks

These values specify the default position for a tip: above, below, left, or right. The DisplayAtMousePosition property determines whether the tip is displayed relative to the mouse or the component over which the tool is positioned. Note that these values are only the default position; if there is not enough room on the screen to display the tip, it will be automatically moved to the other side.

Members

Member Name Description Value
Bottom Tips are displayed below the tool area by default. 0
Right Tips are displayed to the right of the tool area by default. 1
Left Tips are displayed to the left of the tool area by default. 2
Top Tips are displayed above the tool area by default. 3

Requirements

Namespace: Skybound.VisualTips

Assembly: Skybound.VisualTips (in Skybound.VisualTips.dll)

See Also

Skybound.VisualTips Namespace