Click or drag to resize
TextboxExtrasHandleInput Method
Quick keyboard handling of fields - Connect to keyboard-keypress event. Pass in KeyChar, and make the return value = e.Handled

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool HandleInput(
	TextboxExtrasInputType IT,
	char keyChar,
	Control c = null
)

Parameters

IT
Type: ANDREICSLIB.ClassExtrasTextboxExtrasInputType
the input type
keyChar
Type: SystemChar
e.KeyChar
c (Optional)
Type: System.Windows.FormsControl
ref to the textbox/combobox for ctrl+a keys, not required

Return Value

Type: Boolean
e.Handled
See Also