namespace bocoree.windows.forms { public class BToolStripLabel : System.Windows.Forms.ToolStripLabel { public void setText( string value ) { base.Text = value; } } }