ClassSyntaxEditorInputBehavior
Definition
Namespace:Telerik.WinForms.SyntaxEditor
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
public class SyntaxEditorInputBehavior
Inheritance: objectSyntaxEditorInputBehavior
Constructors
SyntaxEditorInputBehavior(RadSyntaxEditorElement)
Declaration
public SyntaxEditorInputBehavior(RadSyntaxEditorElement editor)
Parameters
editor
Properties
SyntaxEditor
Declaration
public RadSyntaxEditorElement SyntaxEditor { get; }
Property Value
Methods
PerformCloseFileDialog(KeyEventArgs)
Declaration
protected virtual void PerformCloseFileDialog(KeyEventArgs e)
Parameters
e
PerformCodeCompletion(KeyEventArgs)
Declaration
protected virtual void PerformCodeCompletion(KeyEventArgs e)
Parameters
e
PerformCopyOperation(KeyEventArgs)
Declaration
protected virtual void PerformCopyOperation(KeyEventArgs e)
Parameters
e
PerformOpenFileDialog(KeyEventArgs)
Declaration
protected virtual void PerformOpenFileDialog(KeyEventArgs e)
Parameters
e
PerformSelectAllOperation(KeyEventArgs)
Declaration
protected virtual void PerformSelectAllOperation(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
ProcessEscKey(KeyEventArgs)
Declaration
protected virtual void ProcessEscKey(KeyEventArgs e)
Parameters
e
ProcessF3Key(KeyEventArgs)
Declaration
protected virtual void ProcessF3Key(KeyEventArgs e)
Parameters
e
ProcessHomeKey(KeyEventArgs)
Declaration
protected virtual void ProcessHomeKey(KeyEventArgs e)
Parameters
e
ProcessInsertKey(KeyEventArgs)
Declaration
protected virtual void ProcessInsertKey(KeyEventArgs e)
Parameters
e
ProcessKeyDown(KeyEventArgs)
Declaration
public virtual void ProcessKeyDown(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
ProcessVKey(KeyEventArgs)
Declaration
protected virtual void ProcessVKey(KeyEventArgs e)
Parameters
e
ProcessXKey(KeyEventArgs)
Declaration
protected virtual void ProcessXKey(KeyEventArgs e)
Parameters
e
ProcessYKey(KeyEventArgs)
Declaration
protected virtual void ProcessYKey(KeyEventArgs e)
Parameters
e
ProcessZKey(KeyEventArgs)
Declaration
protected virtual void ProcessZKey(KeyEventArgs e)
Parameters
e