イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.DrawToolTipEventArgs 型の引数を受け取りました。次の DrawToolTipEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|
| 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. |