Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1RadialMenu Class / CustomTooltipDisplaying Event

In This Topic
    CustomTooltipDisplaying Event
    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 EventHandler(Of CustomTooltipDisplayingEventArgs)
    public event 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.  
    See Also