ComponentOne Menus and Toolbars for WinForms
RadialMenu Overview / RadialMenu Appearance and Behavior / ToolTips in Radial Menu
In This Topic
    ToolTips in Radial Menu
    In This Topic

    The Radial menu items and command items have RadialMenuItem.ToolTip and RadialMenuCommandItem.ToolTip properties for you to use to create a user-friendly application. For example, you can add ToolTips to each menu item page to provide more information to the user about the item or command. A ToolTip is used to display text when the mouse hovers over the item.

    C1RadialMenu.TooltipPostion property is provided for you to specify the position of the tooltiptext relative to the Radial menu. You can choose from Left, Top, Right, Bottom, or None (if you wish to specify no position).

    See Also