Constructor MacroKeyData
MacroKeyData(Keys, KeyEvent, KeyEventEx, object, int, int)
Initializes a new instance of the MacroKeyListData class with specified settings.
public MacroKeyData(Keys keyData, KeyEvent action, KeyEventEx actionEx, object param, int state, int leaveState)
Parameters
keyDataKeysSpecifies key data of this new instance.
actionKeyEventAction that executes when the key is pressed.
actionExKeyEventExExtended action that executes when the key is pressed.
paramobjectObject passed as a parameter to the extended action.
stateintCurrent state of the Edit control.
leaveStateintState of the Edit control after key is pressed.
MacroKeyData()
Initializes a new instance of the MacroKeyListData class with default settings.
public MacroKeyData()