ComponentOne Menus and Toolbars for WinForms
TooltipPosition Enumeration

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : TooltipPosition Enumeration
Specifies where to show menu tooltips relative to the radial menu.
Syntax
'Declaration
 
Public Enum TooltipPosition 
   Inherits System.Enum
public enum TooltipPosition : 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

See Also

Reference

C1.Win.C1Command Namespace