TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip Namespace / PopupEventArgs Class
Properties


In This Topic
    PopupEventArgs Class Members
    In This Topic

    The following tables list the members exposed by PopupEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a PopupEventArgs object.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyGets a reference to the Control that provides the tooltip text and location.  
    Public PropertyGets a reference to the Form that contains the tooltip.  
    Public PropertyGets or sets the location where the tooltip will be displayed.  
    Public PropertyGets or sets the text that will be displayed in the tooltip.  
    Public PropertyGets a reference to the ToolStripItem that provides the tooltip text.  
    Top
    See Also