ClassRichTextEditorInputBehavior
Definition
Namespace:Telerik.WinForms.RichTextEditor
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class RichTextEditorInputBehavior
Inheritance: objectRichTextEditorInputBehavior
Constructors
RichTextEditorInputBehavior(RadRichTextBox)
Declaration
public RichTextEditorInputBehavior(RadRichTextBox richTextBox)
Parameters
richTextBox
Properties
RichTextBox
Declaration
public RadRichTextBox RichTextBox { get; }
Property Value
Methods
PerformAlignmentOperation(KeyEventArgs)
Declaration
protected virtual void PerformAlignmentOperation(KeyEventArgs e)
Parameters
e
PerformBoldOperation(KeyEventArgs)
Declaration
protected virtual void PerformBoldOperation(KeyEventArgs e)
Parameters
e
PerformClearFormatting(KeyEventArgs)
Declaration
protected virtual void PerformClearFormatting(KeyEventArgs e)
Parameters
e
PerformCopyFormattingOperation(KeyEventArgs)
Declaration
protected virtual void PerformCopyFormattingOperation(KeyEventArgs e)
Parameters
e
PerformCopyOperation(KeyEventArgs)
Declaration
protected virtual void PerformCopyOperation(KeyEventArgs e)
Parameters
e
PerformCutOperation(KeyEventArgs)
Declaration
protected virtual void PerformCutOperation(KeyEventArgs e)
Parameters
e
PerformDecrementFontSize(KeyEventArgs)
Declaration
protected virtual void PerformDecrementFontSize(KeyEventArgs e)
Parameters
e
PerformFormattingSymbols(KeyEventArgs)
Declaration
protected virtual void PerformFormattingSymbols(KeyEventArgs e)
Parameters
e
PerformIncrementFontSize(KeyEventArgs)
Declaration
protected virtual void PerformIncrementFontSize(KeyEventArgs e)
Parameters
e
PerformItalicOperation(KeyEventArgs)
Declaration
protected virtual void PerformItalicOperation(KeyEventArgs e)
Parameters
e
PerformPasteFormattingOperation(KeyEventArgs)
Declaration
protected virtual void PerformPasteFormattingOperation(KeyEventArgs e)
Parameters
e
PerformPasteOperation(KeyEventArgs)
Declaration
protected virtual void PerformPasteOperation(KeyEventArgs e)
Parameters
e
PerformRedoOperation(KeyEventArgs)
Declaration
protected virtual void PerformRedoOperation(KeyEventArgs e)
Parameters
e
PerformSelectAllOperation(KeyEventArgs)
Declaration
protected virtual void PerformSelectAllOperation(KeyEventArgs e)
Parameters
e
PerformShowFindReplaceDialog(KeyEventArgs)
Declaration
protected virtual void PerformShowFindReplaceDialog(KeyEventArgs e)
Parameters
e
PerformShowFontPropertiesDialog(KeyEventArgs)
Declaration
protected virtual void PerformShowFontPropertiesDialog(KeyEventArgs e)
Parameters
e
PerformShowInsertHyperlinkDialog(KeyEventArgs)
Declaration
protected virtual void PerformShowInsertHyperlinkDialog(KeyEventArgs e)
Parameters
e
PerformShowPasteOptionsPopup()
Declaration
protected virtual void PerformShowPasteOptionsPopup()
PerformShowSpellCheckingDialog(KeyEventArgs)
Declaration
protected virtual void PerformShowSpellCheckingDialog(KeyEventArgs e)
Parameters
e
PerformSubscript(KeyEventArgs)
Declaration
protected virtual void PerformSubscript(KeyEventArgs e)
Parameters
e
PerformSuperscript(KeyEventArgs)
Declaration
protected virtual void PerformSuperscript(KeyEventArgs e)
Parameters
e
PerformUnderlineOperation(KeyEventArgs)
Declaration
protected virtual void PerformUnderlineOperation(KeyEventArgs e)
Parameters
e
PerformUndoOperation(KeyEventArgs)
Declaration
protected virtual void PerformUndoOperation(KeyEventArgs e)
Parameters
e
ProcessBackKey(KeyEventArgs)
Declaration
protected virtual void ProcessBackKey(KeyEventArgs e)
Parameters
e
ProcessDeleteKey(KeyEventArgs)
Declaration
protected virtual void ProcessDeleteKey(KeyEventArgs e)
Parameters
e
ProcessDownKey(KeyEventArgs)
Declaration
protected virtual void ProcessDownKey(KeyEventArgs e)
Parameters
e
ProcessEndKey(KeyEventArgs)
Declaration
protected virtual void ProcessEndKey(KeyEventArgs e)
Parameters
e
ProcessEnterKey(KeyEventArgs)
Declaration
protected virtual void ProcessEnterKey(KeyEventArgs e)
Parameters
e
ProcessEscapeKey(KeyEventArgs)
Declaration
protected virtual void ProcessEscapeKey(KeyEventArgs e)
Parameters
e
ProcessHomeKey(KeyEventArgs)
Declaration
protected virtual void ProcessHomeKey(KeyEventArgs e)
Parameters
e
ProcessKeyDown(KeyEventArgs)
Declaration
public virtual void ProcessKeyDown(KeyEventArgs e)
Parameters
e
ProcessKeyDownCore(KeyEventArgs)
Declaration
protected virtual void ProcessKeyDownCore(KeyEventArgs e)
Parameters
e
ProcessKeyPress(KeyPressEventArgs)
Declaration
public virtual void ProcessKeyPress(KeyPressEventArgs e)
Parameters
e
ProcessKeyUp(KeyEventArgs)
Declaration
public virtual void ProcessKeyUp(KeyEventArgs e)
Parameters
e
ProcessLeftKey(KeyEventArgs)
Declaration
protected virtual void ProcessLeftKey(KeyEventArgs e)
Parameters
e
ProcessPageDownKey(KeyEventArgs)
Declaration
protected virtual void ProcessPageDownKey(KeyEventArgs e)
Parameters
e
ProcessPageUpKey(KeyEventArgs)
Declaration
protected virtual void ProcessPageUpKey(KeyEventArgs e)
Parameters
e
ProcessRightKey(KeyEventArgs)
Declaration
protected virtual void ProcessRightKey(KeyEventArgs e)
Parameters
e
ProcessTabKey(KeyEventArgs)
Declaration
protected virtual void ProcessTabKey(KeyEventArgs e)
Parameters
e
ProcessUpKey(KeyEventArgs)
Declaration
protected virtual void ProcessUpKey(KeyEventArgs e)
Parameters
e