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
[read-only] | AssociatedControl | Control.
Gets the control for which the System.Windows.Forms.ToolTip is being drawn. |
[read-only] | AssociatedWindow | IWin32Window.
Gets the window to which this System.Windows.Forms.ToolTip is bound. |
[read-only] | Bounds | System.Drawing.Rectangle.
Gets the size and location of the System.Windows.Forms.ToolTip to draw. |
[read-only] | Font | System.Drawing.Font.
Gets the font used to draw the System.Windows.Forms.ToolTip. |
[read-only] | Graphics | System.Drawing.Graphics.
Gets the graphics surface used to draw the System.Windows.Forms.ToolTip. |
[read-only] | ToolTipText | string.
Gets the text for the System.Windows.Forms.ToolTip that is being drawn. |