'Declaration Public Event Popup As C1.Win.C1SuperTooltip.PopupEventHandler
public event C1.Win.C1SuperTooltip.PopupEventHandler Popup
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.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Control | Gets a reference to the C1.Win.C1SuperTooltip.PopupEventArgs.Control that provides the tooltip text and location. |
Form | Gets a reference to the C1.Win.C1SuperTooltip.PopupEventArgs.Form that contains the tooltip. |
Location | Gets or sets the location where the tooltip will be displayed. |
Text | Gets or sets the text that will be displayed in the tooltip. |
ToolStripItem | 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