'宣言 Public Event Draw As System.Windows.Forms.DrawToolTipEventHandler
public event System.Windows.Forms.DrawToolTipEventHandler Draw
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、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. |
参照