ToolTipsFactory

Object Model - Enumerations - ToolTipPlayground


Provides a list of possible areas to which the display of tooltips should be confined.

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

Description

The ToolTipPlayground-enumeration provides a list of available logical areas, to which the display of tooltips can be confined. The available areas are described in the member-section below:

Members

Value Description
Screen By default the tooltips are allowed to appear everywhere on the screen, covering everything below them.
WorkingArea limits this area to the desktop area of the display, excluding taskbars, docked windows, and docked tool bars.