ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperTooltip Class / Popup Event

In This Topic
    Popup Event (C1SuperTooltip)
    In This Topic
    Syntax
    'Declaration
     
    Public Event Popup As C1.Win.SuperTooltip.PopupEventHandler
    public event C1.Win.SuperTooltip.PopupEventHandler Popup
    Event Data

    The event handler receives an argument of type C1.Win.SuperTooltip.PopupEventArgs containing data related to this event. The following PopupEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets a reference to the C1.Win.SuperTooltip.PopupEventArgs.Control that provides the tooltip text and location.  
    Gets a reference to the C1.Win.SuperTooltip.PopupEventArgs.Form that contains the tooltip.  
    Gets or sets the location where the tooltip will be displayed.  
    Gets or sets the text that will be displayed in the tooltip.  
    Gets a reference to the C1.Win.SuperTooltip.PopupEventArgs.ToolStripItem that provides the tooltip text.  
    See Also