New to Telerik UI for WinFormsStart a free 30-day trial

RichTextBox

Updated over 6 months ago

RichTextBox is converted to RadRichTextEditor. The following tables describe which properties, methods and events are removed and which are replaced with similar equivalents.

When the project that is being converted has target framework less than 4.0 and the user selects UI for WinForms[Version].20 the following message box will appear: caption Figure 1: Converting System.Windows.Forms.RichTextBox winforms-converter-supported-control-richtextbox001 important Since RadRichTextEditor is available only for .NET 4.0, the conversion tool requires WinForms[Version].40. If you press Return you will be allowed to select another target version. If you press Continue, the conversion tool will proceed, but the System.Windows.Forms.RichTextBox won't be converted.

PropertiesActionRadControls Equivalent
AutoWordSelectionProduces Error
BorderStyleRemoved
BulletIndentProduces Error
DetectUrlsReplaced withAutoInsertHyperlinks
EnableAutoDragDropProduces Error
HideSelectionProduces Error
MaxLengthProduces Error
ModifiedProduces Error
MultilineProduces Error
ReadOnlyReplaced withIsReadOnly
RightMarginProduces Error
SelectionColorProduces Error
SelectionBackColorProduces Error
SelectionBulletProduces Error
SelectionFontProduces Error
SelectedTextProduces Error
SelectionProtectedProduces Error
ScrollBarsProduces Error
ShortcutsEnabledProduces Error
ShowSelectionMarginProduces Error
WordWrapProduces Error
ZoomFactorProduces Error
MethodsActionRadControls Equivalent
AppendTextReplaced withInsert
CanPasteProduces Error
ClearReplaced withResetText
ClearUndoReplaced withDocument.History.Clear
DeselectAllReplaced withDocument.Selection.Clear
GetFirstCharIndexFromLineProduces Error
GetCharFromPositionProduces Error
GetCharIndexFromPositionProduces Error
GetFirstCharIndexOfCurrentLineProduces Error
GetPositionFromCharIndexProduces Error
LoadFileProduces Error
SaveFileProduces Error
ScrollToCaretProduces Error
SelectAllReplaced withDocument.Selection.SelectAll
EventsActionRadControls Equivalent
AcceptsTabChangedProduces Error
BorderStyleChangedProduces Error
ContentsResizedProduces Error
HscrollProduces Error
HideSelectionChangedProduces Error
ImeChangeProduces Error
LinkClickedProduces Error
ModifiedChangedProduces Error
MultilineChangedProduces Error
ProtectedProduces Error
ReadOnlyChangedProduces Error
VScrollProduces Error

See Also

In this article
See Also
Not finding the help you need?
Contact Support