ListControlOnKeyDown

Help Contents GUI programming ListControls ListControlOnKeyDown
ListControlOnChar ListControlOnKeyUp

ListControlOnKeyDown alistcontrol commands


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

Example:

lc=(ListControl [][MyListControl][][][]
	wxLC_REPORT [0 0][300 200])
ListControlInsertColumn lc 0 [Logo]
ListControlInsertColumn lc 1 [Main Author]
ListControlSet lc [
	[UCBLogo [Brian Harvey]]
	[MSWLogo [George Mills]]]
ListControlOnKeyDown lc [pr KeyboardValue]

Reference:

ListControlOnChar ListControlOnKeyUp