Back to product page

SpecialKeyFocusEnum Enumeration


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).

Remarks

These values should be used with SpecialKeyFocus property.

Possible values for SpecialKeyFocusEnum:

Constant Value Description
FocusNever 0 Special keys never have focus.
FocusIfNoIdle 1 Only when in connected state.
FocusAlways 2 Special keys always have focus.

Platforms

Windows