TextControlOnKeyDown

Help Contents GUI programming TextControls TextControlOnKeyDown
TextControlOnChar TextControlOnKeyUp

TextControlOnKeyDown aTextControl commands


Command to set the custom event handler for the key down event of the TextControl aTextControl to commands. See also OnKeyDown!

Example:

t=(TextControl [][TextControl1]
	[This is the initial text.][][]
	wxTE_MULTILINE [0 0][300 200])
TextControlOnKeyDown lc [pr KeyboardValue]

Reference:

TextControlOnChar TextControlOnKeyUp