Пример #1
0
	/// <summary>
	/// Use default method for rendering tooltips again.
	/// </summary>
	public void ResetRenderToolTipMethod()
	{
		itsRenderToolTipMethod = null;
	}
Пример #2
0
	/// <summary>
	/// Change the current tooltip rendering method. It should render the text in the parameter to the current mouse position in most cases.
	/// If you the the method to null, the default method will be used.
	/// </summary>
	public void SetRenderToolTipMethod(RenderToolTipMethodType theMethod)
	{
		itsRenderToolTipMethod = theMethod;
	}