System.Windows.Forms.PopupEventArgs.ToolTipSize Property

Gets or sets the size of the ToolTip.

Syntax

public System.Drawing.Size ToolTipSize { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PopupEventArgs.ToolTipSize property enables the ToolTip.Popup event handler to change the size of the ToolTip window. PopupEventArgs.ToolTipSize is often used in conjunction with the members of the System.Windows.Forms.DrawToolTipEventArgs class to customize the appearance of ToolTips.

Requirements

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