System.Windows.Forms.DrawToolTipEventArgs: Property Members

The properties of System.Windows.Forms.DrawToolTipEventArgs are listed below. For a list of all members, see the DrawToolTipEventArgs Members list.

See Also: Inherited members from System.EventArgs

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.