Description
-
These constants determine if and when are special keys (for
example, function keys F1-F12, or combinations of CTRL, ALT, SHIT +
those keys) captured by wodTelnetDLX, and when they are passed
through to the environment (such as VB). These values should be used
with
SpecialKeyFocus property.
Members
-
 |
FocusNever |
0 |
Special keys never have focus. |
 |
FocusIfNoIdle |
1 |
Only when in connected state. |
 |
FocusAlways |
2 |
Special keys always have focus. |
|