C1.Win.C1SuperTooltip.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltip Class / Popup Event

Popup Event (C1SuperTooltip)
Syntax
'Declaration
 
Public Event Popup As C1.Win.C1SuperTooltip.PopupEventHandler
 
Event Data

The event handler receives an argument of type C1.Win.C1SuperTooltip.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.C1SuperTooltip.PopupEventArgs.Control that provides the tooltip text and location.  
Gets a reference to the C1.Win.C1SuperTooltip.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.C1SuperTooltip.PopupEventArgs.ToolStripItem that provides the tooltip text.  
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