ListControlOnKeyUp

Help Contents GUI programming ListControls ListControlOnKeyUp
ListControlOnKeyDown ListControlOnItemSelected

ListControlOnKeyUp alistcontrol commands


Command to set the custom event handler for the key up (=release) event of the ListControl alistcontrol to commands. See also OnKeyUp!

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]]]
ListControlOnKeyUp lc [pr KeyboardValue]

Reference:

ListControlOnKeyDown ListControlOnItemSelected