C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / TooltipPosition Enumeration

TooltipPosition Enumeration
Specifies where to show menu tooltips relative to the radial menu.
Syntax
'Declaration
 
Public Enum TooltipPosition 
   Inherits System.Enum
 
Members
MemberDescription
BottomTooltips are shown below the menu.
LeftTooltips are shown to the left of the menu.
NoneTooltips are not shown.
RightTooltips are shown to the right of the menu.
TopTooltips are shown above the menu.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Command.TooltipPosition

scrap%

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1Command Namespace