اضافه کردن Label به کنترل ToolStrip :

            Label cb = new Label();

            cb.Text = "از تاریخ";

            ToolStripControlHost host = new ToolStripControlHost(cb);

            toolStrip1.Items.Insert(0, host);