Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void OnKeyPress(KeyPressEventArgs)

  • Declared in: RT.Util.Controls.HotkeyEdit
  • Overrides: Control.OnKeyPress(KeyPressEventArgs)

Declaration

protected override void OnKeyPress(
    KeyPressEventArgs e
)

Summary

Captures key presses and updates the control's state accordingly.