Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
public
partial
class
Form1 : Form
{
Form1()
InitializeComponent();
this
.radRichTextEditor1.IsReadOnly =
true
;
.radRichTextEditor1.CommandExecuting += RadRichTextEditor1_CommandExecuting;
}
private
void
RadRichTextEditor1_CommandExecuting(
object
sender, Telerik.WinForms.Documents.RichTextBoxCommands.CommandExecutingEventArgs e)
if
(
.radRichTextEditor1.IsReadOnly && e.Command
is
ShowInsertHyperlinkDialogCommand)
e.Cancel =