Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Remove linefeed after inserting custom button in toolbar
Remove linefeed after inserting custom button in toolbar
02-12-2009, 3:33 PM
Domainscanners
Joined on 04-27-2007
Posts 45
Remove linefeed after inserting custom button in toolbar
Reply
Quote
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