Class
SpreadsheetInputBehavior

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class SpreadsheetInputBehavior

Inheritance: objectSpreadsheetInputBehavior

Constructors

SpreadsheetInputBehavior(RadSpreadsheetElement)

Declaration

cs-api-definition
public SpreadsheetInputBehavior(RadSpreadsheetElement spreadsheet)

Parameters

spreadsheet

RadSpreadsheetElement

Properties

Spreadsheet

Declaration

cs-api-definition
public RadSpreadsheetElement Spreadsheet { get; }

Property Value

RadSpreadsheetElement

Methods

OnMouseWheel(MouseEventArgs)

Declaration

cs-api-definition
public virtual bool OnMouseWheel(MouseEventArgs e)

Parameters

e

MouseEventArgs

Returns

bool

ProcessAddKey(KeyEventArgs)

Declaration

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

Parameters

e

KeyEventArgs

ProcessBackKey(KeyEventArgs)

Declaration

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

Parameters

e

KeyEventArgs

ProcessDeleteKey(KeyEventArgs)

Declaration

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

Parameters

e

KeyEventArgs

ProcessDownKey(KeyEventArgs)

Declaration

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

Parameters

e

KeyEventArgs

ProcessEndKey(KeyEventArgs)

Declaration

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

Parameters

e

KeyEventArgs

ProcessEnterKey(KeyEventArgs)

Declaration

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

Parameters

e

KeyEventArgs

ProcessHomeKey(KeyEventArgs)

Declaration

cs-api-definition
public virtual void ProcessHomeKey(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
public virtual void ProcessLeftKey(KeyEventArgs e)

Parameters

e

KeyEventArgs

ProcessPageDownKey(KeyEventArgs)

Declaration

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

Parameters

e

KeyEventArgs

ProcessPageUpKey(KeyEventArgs)

Declaration

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

Parameters

e

KeyEventArgs

ProcessRightKey(KeyEventArgs)

Declaration

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

Parameters

e

KeyEventArgs

ProcessSubtractKey(KeyEventArgs)

Declaration

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

Parameters

e

KeyEventArgs

ProcessTabKey(KeyEventArgs)

Declaration

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

Parameters

e

KeyEventArgs

ProcessUpKey(KeyEventArgs)

Declaration

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

Parameters

e

KeyEventArgs