Table of Contents

Class KeyData

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

Represents data for a particular record in the Hashtable that contains keys with attached actions.

public class KeyData : IKeyData
Inheritance
KeyData
Implements
Derived

Constructors

KeyData()

Initializes a new instance of the KeyListData class with default settings.

KeyData(Keys, KeyEvent, KeyEventEx, object, int, int)

Initializes a new instance of the KeyListData class with specified parameters.

Properties

Action

Action that executes when the key is pressed.

ActionEx

Extended action that executes when the key is pressed.

EventName

String representation of the action.

Keys

Key to which some action is attached.

LeaveState

State of the Edit control after key is pressed.

Param

Object passed as a parameter to the extended action.

State

State of the Edit control before key is pressed.

Methods

ToString()

Converts KeyListData content to string.