view Windows/Forms/IBBToolStripSplitButton.cs @ 21:031354c2a34c default tip

* Add Hyperlink that does sensible stuff by default
author IBBoard <dev@ibboard.co.uk>
date Sat, 19 May 2012 16:45:19 +0100
parents 7274f305eb49
children
line wrap: on
line source

// This file (IBBToolStripSplitButton.cs) is a part of the IBBoard.Windows.Forms library and is copyright 2009 IBBoard.
//
// The file and the library/program it is in are licensed under the GNU LGPL license, either version 3 of the License or (at your option) any later version. Please see COPYING.LGPL for more information and the full license.

using System.Windows.Forms;
using IBBoard.Lang;

namespace IBBoard.Windows.Forms
{
	/// <summary>
	/// A translatable ToolStripButton using IBBoard's ITranslatable interface.
	/// </summary>
	public class IBBToolStripSplitButton : ToolStripSplitButton, ITranslatable
	{
		//Marker interface for translations
	}
}