This question is locked. New answers and comments are not allowed.
Hi,
I have created a RadRichTextBox with RadRichTextBoxRibbonUI in it, the xaml code is (auto-generated for word processor option),
I want to know how to access RadRichTextBoxRibbonUI's ApplicationName field by RadRichTextBox Name: radRichTextBox1 in C# or VB program so that I can change the caption of radRichTextBox1. Also how to create the entire RadRichTextBoxRibbonUI set when creating RadRichTextBox dynamically in C# or VB.
Thanks,
York
I have created a RadRichTextBox with RadRichTextBoxRibbonUI in it, the xaml code is (auto-generated for word processor option),
<
telerik:RadRichTextBox
Grid.Row
=
"1"
HorizontalAlignment
=
"Stretch"
IsContextMenuEnabled
=
"True"
IsSelectionMiniToolBarEnabled
=
"True"
IsSpellCheckingEnabled
=
"True"
LayoutMode
=
"Paged"
Name
=
"radRichTextBox1"
/>
<
telerik:RadRichTextBoxRibbonUI
BackstageClippingElement
=
"{Binding ElementName=gridRadRtbParent}"
CollapseThresholdSize
=
"50,50"
DataContext
=
"{Binding Path=Commands, ElementName=radRichTextBox1}"
ApplicationName
=
"Edit Letters"
>
<telerik:RadRichTextBoxRibbonUI.QuickAccessToolBar>
<telerik:QuickAccessToolBar>
</telerik:QuickAccessToolBar>
</telerik:RadRichTextBoxRibbonUI.QuickAccessToolBar>
<telerik:RadRibbonTab Header="Home">
</telerik:RadRibbonTab>
...
Thanks,
York