SetPanelKeys
Sets the selectable key map of a panel. This is not supported by
all styles (only by Radio, as of this writing).
native bool SetPanelKeys(Handle panel, 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
bool True if supported, false otherwise.