System.Windows.Forms.DrawToolTipEventArgs Members

The members of System.Windows.Forms.DrawToolTipEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Public Properties

[read-only]
AssociatedControlControl.

Gets the control for which the System.Windows.Forms.ToolTip is being drawn.

[read-only]
AssociatedWindowIWin32Window.

Gets the window to which this System.Windows.Forms.ToolTip is bound.

[read-only]
BoundsSystem.Drawing.Rectangle.

Gets the size and location of the System.Windows.Forms.ToolTip to draw.

[read-only]
FontSystem.Drawing.Font.

Gets the font used to draw the System.Windows.Forms.ToolTip.

[read-only]
GraphicsSystem.Drawing.Graphics.

Gets the graphics surface used to draw the System.Windows.Forms.ToolTip.

[read-only]
ToolTipTextstring.

Gets the text for the System.Windows.Forms.ToolTip that is being drawn.

Public Methods

DrawBackground()

Draws the background of the System.Windows.Forms.ToolTip using the system background color.

DrawBorder()

Draws the border of the System.Windows.Forms.ToolTip using the system border color.

DrawText()

Draws the text of the System.Windows.Forms.ToolTip using the system text color and font.

DrawText(TextFormatFlags)

Draws the text of the System.Windows.Forms.ToolTip using the system text color and font, and the specified text layout.