[]
        
(Showing Draft Content)

C1.Win.C1SuperTooltip.PopupEventArgs

PopupEventArgs Class

Provides data for the Popup event.

Inheritance
PopupEventArgs
Namespace: C1.Win.C1SuperTooltip
Assembly: C1.Win.4.8.dll
Syntax
public class PopupEventArgs : CancelEventArgs

Constructors

Name Description
PopupEventArgs(Form, Control, Point, string)

Initializes a new instance of a PopupEventArgs object.

Properties

Name Description
Control

Gets a reference to the Control that provides the tooltip text and location.

Form

Gets a reference to the 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 ToolStripItem that provides the tooltip text.