ComponentOne Menus and Toolbars for WinForms
C1.Win.Command.8 Assembly / C1.Win.Command Namespace / C1RadialMenu Class / CustomTooltipDisplaying Event

In This Topic
    CustomTooltipDisplaying Event (C1RadialMenu)
    In This Topic
    Occurs when the tooltip is displaying if the TooltipPlacement is set to C1.Win.Command.RadialMenu.TooltipPlacementMode.Custom.
    Syntax
    'Declaration
     
    Public Event CustomTooltipDisplaying As System.EventHandler(Of CustomTooltipDisplayingEventArgs)
    public event System.EventHandler<CustomTooltipDisplayingEventArgs> CustomTooltipDisplaying
    Event Data

    The event handler receives an argument of type CustomTooltipDisplayingEventArgs containing data related to this event. The following CustomTooltipDisplayingEventArgs properties provide information specific to this event.

    PropertyDescription
    A position of the Popup control relative to the upper-left corner of the screen.  
    Requirements

    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