System.Windows.Forms.ToolTip.ToolTipWindow.OnDraw C# (CSharp) Méthode

OnDraw() private méthode

private OnDraw ( DrawToolTipEventArgs e ) : void
e DrawToolTipEventArgs
Résultat void
			internal virtual void OnDraw (DrawToolTipEventArgs e)
			{
				DrawToolTipEventHandler eh = (DrawToolTipEventHandler)(Events[DrawEvent]);
				if (eh != null)
					eh (this, e);
				//else
				//	ThemeEngine.Current.DrawToolTip (e.Graphics, e.Bounds, this);
			}