DrawToolTipEventArgs Konstruktor

Definition

Initialisiert eine neue Instanz der DrawToolTipEventArgs-Klasse.

public:
 DrawToolTipEventArgs(System::Drawing::Graphics ^ graphics, System::Windows::Forms::IWin32Window ^ associatedWindow, System::Windows::Forms::Control ^ associatedControl, System::Drawing::Rectangle bounds, System::String ^ toolTipText, System::Drawing::Color backColor, System::Drawing::Color foreColor, System::Drawing::Font ^ font);
public DrawToolTipEventArgs (System.Drawing.Graphics graphics, System.Windows.Forms.IWin32Window associatedWindow, System.Windows.Forms.Control associatedControl, System.Drawing.Rectangle bounds, string toolTipText, System.Drawing.Color backColor, System.Drawing.Color foreColor, System.Drawing.Font font);
public DrawToolTipEventArgs (System.Drawing.Graphics graphics, System.Windows.Forms.IWin32Window? associatedWindow, System.Windows.Forms.Control? associatedControl, System.Drawing.Rectangle bounds, string? toolTipText, System.Drawing.Color backColor, System.Drawing.Color foreColor, System.Drawing.Font? font);
new System.Windows.Forms.DrawToolTipEventArgs : System.Drawing.Graphics * System.Windows.Forms.IWin32Window * System.Windows.Forms.Control * System.Drawing.Rectangle * string * System.Drawing.Color * System.Drawing.Color * System.Drawing.Font -> System.Windows.Forms.DrawToolTipEventArgs
Public Sub New (graphics As Graphics, associatedWindow As IWin32Window, associatedControl As Control, bounds As Rectangle, toolTipText As String, backColor As Color, foreColor As Color, font As Font)

Parameter

graphics
Graphics

Der zum Zeichnen der QuickInfo verwendete Graphics-Kontext.

associatedWindow
IWin32Window

Das IWin32Window, an das die QuickInfo gebunden ist.

associatedControl
Control

Das Control, für das die QuickInfo erstellt wird.

bounds
Rectangle

Ein Rectangle, das den Umriss des Bereichs darstellt, in dem die QuickInfo angezeigt werden soll.

toolTipText
String

Ein String, der den Text für die QuickInfo enthält.

backColor
Color

Die Color des QuickInfo-Hintergrunds.

foreColor
Color

Die Color des QuickInfo-Texts.

font
Font

Der zum Zeichnen des QuickInfo-Texts verwendete Font.

Hinweise

Der DrawToolTipEventArgs Konstruktor verwendet die graphicsParameter , associatedControl, associatedWindow, boundsundtoolTipText, font um die entsprechenden, ähnlich benannten Eigenschaften zu initialisieren. Die backColor und foreColor Parameter werden verwendet, indem Sie die DrawBackground und DrawText Methoden bzw.

Gilt für:

Weitere Informationen