BasicKeypad - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Namespace: UserControlClassLibrary
Extends: Keypad
Description: Basic numeric keypad.
| Constructors |
Usage |
| BasicKeypad() |
Initializes an instance of BasicKeypad class |
| BasicKeypad(IHelper) |
Initializes an instance of BasicKeypad class with injected services |
| Events |
Usage |
| OnButtonMouseClick(object, EventArgs) (inherited) |
when key pad button is clicked |
| OnButtonMouseEnter(object, EventArgs) (inherited) |
when mouse pointer enters key pad button |
| OnButtonMouseLeave(object, EventArgs) (inherited) |
when mouse pointer leaves key pad button |
| Methods |
Usage |
| DisableAllKeys() (inherited) |
disable all keys on key pad |
| EnableAllKeys() (inherited) |
enable all keys on key pad |