ShortCutTextBox control
More...
|
override void | OnKeyDown (KeyEventArgs e) |
| Key pressed down in this control. More...
|
|
override void | OnKeyUp (KeyEventArgs e) |
| Key released in this control. More...
|
|
NoteFly.ShortcutTextBox.ShortcutTextBox |
( |
| ) |
|
bool NoteFly.ShortcutTextBox.IsModifierKey |
( |
Keys |
key | ) |
|
|
private |
- Parameters
-
- Returns
- True if it's a modifier key.
override void NoteFly.ShortcutTextBox.OnKeyDown |
( |
KeyEventArgs |
e | ) |
|
|
protected |
override void NoteFly.ShortcutTextBox.OnKeyUp |
( |
KeyEventArgs |
e | ) |
|
|
protected |
void NoteFly.ShortcutTextBox.setcontent |
( |
| ) |
|
|
private |
bool NoteFly.ShortcutTextBox.altinsteadofshift = false |
|
private |
Keys NoteFly.ShortcutTextBox.key = Keys.F1 |
|
private |
bool NoteFly.ShortcutTextBox.previousaltinsteadofshift = false |
|
private |
Keys NoteFly.ShortcutTextBox.previouskey = Keys.F1 |
|
private |
int NoteFly.ShortcutTextBox.ShortcutKeyposition |
|
getset |
bool NoteFly.ShortcutTextBox.UseAltInsteadofShift |
|
getset |