SSRSDocumentSource for WinForms
Draw イベント

構文
'宣言
 
Public Event Draw As System.Windows.Forms.DrawToolTipEventHandler
public event System.Windows.Forms.DrawToolTipEventHandler Draw
イベント データ

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

プロパティ解説
AssociatedControlGets the control for which the System.Windows.Forms.ToolTip is being drawn.  
AssociatedWindowGets the window to which this System.Windows.Forms.ToolTip is bound.  
BoundsGets the size and location of the System.Windows.Forms.ToolTip to draw.  
FontGets the font used to draw the System.Windows.Forms.ToolTip.  
GraphicsGets the graphics surface used to draw the System.Windows.Forms.ToolTip.  
ToolTipTextGets the text for the System.Windows.Forms.ToolTip that is being drawn.  
参照

PreviewToolTip クラス
PreviewToolTip メンバ