Remove an toolbar item

Hi ,

I want to remove an toolbar item in RichTextEditor, say "SpellCheck".

How can i do that?

Thanks


2 Replies

VK Vinoth Kumar K Syncfusion Team January 11, 2008 08:02 PM UTC

Hi Vijay,

Thanks for using Syncfusion Products.

Remove an toolbar item in RichTextEditor?

You can Remove an tool bar item in RichTexEditor by using the below given snippet:

this.RichTextEditor1.ToolBars[1].Items.RemoveAt(0);

Please refer to the sample in the below link which illustrates the above.

http://websamples.syncfusion.com/samples/Tools.Web/6.1.0.34/F71015/main.htm


Please let me know if you have any questions.

Regards,
Vinoth




AD Administrator Syncfusion Team August 26, 2008 06:19 PM UTC

Hi,

How can I remove remove multiple items from toolbar of RichTextEditor control.

Thanks



Loader.
Up arrow icon