Class
SyntaxEditorInputBehavior

Definition

Namespace:Telerik.WinForms.SyntaxEditor

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class SyntaxEditorInputBehavior

Inheritance: objectSyntaxEditorInputBehavior

Constructors

SyntaxEditorInputBehavior(RadSyntaxEditorElement)

Declaration

cs-api-definition
public SyntaxEditorInputBehavior(RadSyntaxEditorElement editor)

Parameters

editor

RadSyntaxEditorElement

Properties

SyntaxEditor

Declaration

cs-api-definition
public RadSyntaxEditorElement SyntaxEditor { get; }

Property Value

RadSyntaxEditorElement

Methods

PerformCloseFileDialog(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void PerformCloseFileDialog(KeyEventArgs e)

Parameters

e

KeyEventArgs

PerformCodeCompletion(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void PerformCodeCompletion(KeyEventArgs e)

Parameters

e

KeyEventArgs

PerformCopyOperation(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void PerformCopyOperation(KeyEventArgs e)

Parameters

e

KeyEventArgs

PerformOpenFileDialog(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void PerformOpenFileDialog(KeyEventArgs e)

Parameters

e

KeyEventArgs

PerformSelectAllOperation(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void PerformSelectAllOperation(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessBackKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessBackKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessDeleteKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessDeleteKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessDownKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessDownKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessEndKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessEndKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessEscKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessEscKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessF3Key(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessF3Key(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessHomeKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessHomeKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessInsertKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessInsertKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessKeyDown(KeyEventArgs)

Declaration

cs-api-definition
public virtual void ProcessKeyDown(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessKeyPress(KeyPressEventArgs)

Declaration

cs-api-definition
public virtual void ProcessKeyPress(KeyPressEventArgs e)

Parameters

e

KeyPressEventArgs

ProcessKeyUp(KeyEventArgs)

Declaration

cs-api-definition
public virtual void ProcessKeyUp(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessLeftKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessLeftKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessPageDownKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessPageDownKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessPageUpKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessPageUpKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessRightKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessRightKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessTabKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessTabKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessUpKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessUpKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessVKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessVKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessXKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessXKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessYKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessYKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessZKey(KeyEventArgs)

Declaration

cs-api-definition
protected virtual void ProcessZKey(KeyEventArgs e)

Parameters

e

KeyEventArgs