ClassRadRichTextBox
Represents the RadRichTextBox control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadRichTextBox : Control, IAutomationPeer, IPeerConverter, IRadRichTextBox, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadRichTextBox
Implements:
Inherited Members
Constructors
RadRichTextBox()
Initializes a new instance of the RadRichTextBox class.
Declaration
public RadRichTextBox()
Properties
DocumentPagePresenters
Declaration
public IList<DocumentPagePresenter> DocumentPagePresenters { get; }
Property Value
DocumentWebLayoutPresenter
Declaration
public DocumentWebLayoutPresenter DocumentWebLayoutPresenter { get; }
Property Value
HorizontalScrollBar
Declaration
public ScrollBar HorizontalScrollBar { get; }
Property Value
Html
Gets the content in HTML format.
ViewPresenter
Declaration
public ContentPresenter ViewPresenter { get; }
Property Value
Methods
GetStatisticsInfo()
Declaration
public IDocumentStatisticsInfo GetStatisticsInfo()
Returns
Implements
MouseClick(MouseClickType, Point)
Triggers mouse click from the given type on a position
relative to the RadRichTextBox.
Declaration
public void MouseClick(MouseClickType clickType, Point clickPoint)
Parameters
clickType
clickPoint
Implements
MouseClick(MouseClickType, int, int)
Triggers mouse click from the given type on a position relative to the RadRichTextBox.
Declaration
public void MouseClick(MouseClickType clickType, int x, int y)
Parameters
clickType
x
y
Implements
ShowEditCustomDictionaryDialog()
Declaration
public void ShowEditCustomDictionaryDialog()
ShowFindReplaceDialog()
Declaration
public void ShowFindReplaceDialog()
ShowFloatingBlockPropertiesDialog()
Declaration
public void ShowFloatingBlockPropertiesDialog()
ShowFontPropertiesDialog()
Declaration
public void ShowFontPropertiesDialog()
ShowImageEditorDialog()
Declaration
public void ShowImageEditorDialog()
ShowInsertDateTimeDialog()
Declaration
public void ShowInsertDateTimeDialog()
ShowInsertHyperlinkDialog()
Declaration
public void ShowInsertHyperlinkDialog()
ShowInsertSymbolWindow()
Declaration
public void ShowInsertSymbolWindow()
ShowInsertTableDialog()
Declaration
public void ShowInsertTableDialog()
ShowManageBookmarksDialog()
Declaration
public void ShowManageBookmarksDialog()
ShowParagraphPropertiesDialog()
Declaration
public void ShowParagraphPropertiesDialog()
ShowSpellCheckingDialog()
Declaration
public void ShowSpellCheckingDialog()
ShowTabStopsPropertiesDialog()
Declaration
public void ShowTabStopsPropertiesDialog()
ShowTableBordersDialog()
Declaration
public void ShowTableBordersDialog()
ShowTablePropertiesDialog()
Declaration
public void ShowTablePropertiesDialog()
TypeText(string, int)
Simulates user typing text into the rich text box.