Click or drag to resize
TextboxExtrasHandleInputAsFloat Method
quick handle for floats - 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 HandleInputAsFloat(
	char keyChar,
	Control c
)

Parameters

keyChar
Type: SystemChar
c
Type: System.Windows.FormsControl
e.KeyChar

Return Value

Type: Boolean
e.Handled
See Also