'Declaration Public Event Draw As System.Windows.Forms.DrawToolTipEventHandler
public event System.Windows.Forms.DrawToolTipEventHandler Draw
Event Data
The event handler receives an argument of type System.Windows.Forms.DrawToolTipEventArgs containing data related to this event. The following DrawToolTipEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AssociatedControl | Gets the control for which the System.Windows.Forms.ToolTip is being drawn. |
AssociatedWindow | Gets the window to which this System.Windows.Forms.ToolTip is bound. |
Bounds | Gets the size and location of the System.Windows.Forms.ToolTip to draw. |
Font | Gets the font used to draw the System.Windows.Forms.ToolTip. |
Graphics | Gets the graphics surface used to draw the System.Windows.Forms.ToolTip. |
ToolTipText | Gets the text for the System.Windows.Forms.ToolTip that is being drawn. |
See Also