'Declaration Public Event Popup As System.Windows.Forms.PopupEventHandler
public event System.Windows.Forms.PopupEventHandler Popup
Event Data
The event handler receives an argument of type System.Windows.Forms.PopupEventArgs containing data related to this event. The following PopupEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AssociatedControl | Gets the control for which the System.Windows.Forms.ToolTip is being drawn. |
AssociatedWindow | Gets the window to which this System.Windows.Forms.ToolTip is bound. |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
IsBalloon | Gets a value indicating whether the ToolTip is displayed as a standard rectangular or a balloon window. |
ToolTipSize | Gets or sets the size of the ToolTip. |
See Also