This is a migrated thread and some comments may be shown as answers.

Use RadMarkupEditor as child control

3 Answers 181 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
Martin Horst
Top achievements
Rank 1
Martin Horst asked on 21 May 2010, 08:16 AM

Hi,

I would like to use the RadMarkupEditor as a child control inside my application. The problem is, that this control has a RibbonBar with a windows title in it. This looks a little bit oddly. Is there any way to get rid of the window bar but keep the tabs with the controls inside.

Thanks in advance

Martin

3 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 25 May 2010, 11:07 AM
Hello Martin Horst,

Thank you for the question.

You can remove the titlebar area of RadRibbonBar by using the following code snippet:
RadMarkupEditor editor = new RadMarkupEditor();
editor.RibbonBar.LoadElementTree();
editor.RibbonBar.RibbonBarElement.QuickAccessToolBar.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
editor.RibbonBar.RibbonBarElement.ApplicationButtonElement.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
editor.RibbonBar.MaximumSize = new Size(0, editor.RibbonBar.RibbonBarElement.TabStripElement.Size.Height);

I hope this helps. If you have additional questions, feel free to contact me.

All the best,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
c e
Top achievements
Rank 1
answered on 27 May 2011, 10:28 PM
Hi, in your reports, in HTMLTextBox you have an editor with some functionalities in it, like increase o decrease indent, justify left, center and right,etc.
Is it possible add all those functionalities in yor RadMarkupEditor ?

Thanks in advance

Carlos
0
Nikolay
Telerik team
answered on 28 May 2011, 08:48 AM
Hello Carlos,

Currently, these features are not implemented in RadMarkupEditor. We will consider introducing them in one of our next releases if more users request the same functionality.

Greetings,
Nikolay
the Telerik team
Q1’11 SP1 of RadControls for WinForms is available for download; also available is the Q2'11 Roadmap for Telerik Windows Forms controls.
Tags
TextBox
Asked by
Martin Horst
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
c e
Top achievements
Rank 1
Share this question
or