Remove linefeed after inserting custom button in toolbar

  •  02-12-2009, 3:33 PM

    Remove linefeed after inserting custom button in toolbar

    If I use the following code...
     
    this._tb.InsertToolControl( 1, "MySaveButton", btSave);
     
    It ruin's the format of my tool bar because a line feed is inserted directly after my custom button.
     
    How do I stop the linefeed from being inserted?
View Complete Thread