title | page_title | description | slug | tags | published | position |
---|---|---|---|---|---|---|
Content Control Properties Dialog |
Content Control Properties Dialog |
Check our "Content Controls Properties Dialog" documentation article for the RadRichTextBox WPF control. |
richtextbox-dialogs-content-controls |
link,insert |
true |
1 |
This dialog allows you to edit the properties of the [content controls]({%slug radrichtextbox-features-document-elements-hyperlink%}) in the document.
The dialog can be opened from the Properties button in the Developer tab of the [RadRichTextBoxRibbonUI]({%slug radrichtextbox-features-radrichtextboxribbonui%}).
The dialog can be shown by executing the ShowContentControlPropertiesDialogCommand
. See how to bind the command to an external button in the [Commands]({%slug radrichtextbox-features-commands%}) article.
{{region radrichtextbox-dialogs-content-controls-0}} this.richTextBox.Commands.ShowContentControlPropertiesDialogCommand.Execute(null); {{endregion}}