Panel.SetKeys Method

Sets the selectable key map of a panel. This is not supported by all styles (only by Radio, as of this writing).

bool SetKeys(int keys)

Parameters

int keys

An integer where each bit N allows key N+1 to be selected. If no keys are selectable, then key 0 (bit 9) is automatically set.

Return Value

True if supported, false otherwise.