System.Windows.Forms.PopupEventArgs Class

Provides data for the ToolTip.Popup event.

See Also: PopupEventArgs Members

Syntax

public class PopupEventArgs : System.ComponentModel.CancelEventArgs

Remarks

The ToolTip.Popup event of the System.Windows.Forms.ToolTip class is raised before a ToolTip is displayed. The handler for this event receives a parameter of type System.Windows.Forms.PopupEventArgs. This parameter provides information about the ToolTip and enables you to modify the size of the ToolTip through the PopupEventArgs.ToolTipSize property. Because ToolTip.Popup derives from System.ComponentModel.CancelEventArgs, the handler can also stop the ToolTip from being displayed.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0