C
Charles Jenkins
I am making a control which will draw a function key legend. If the
user presses the proper keyboard key OR uses the mouse to click on the
function key legend, the key's event should fire.
Trouble is, the Compact Framework does not have the CanFocus() method.
Whenever I click on a legend, it gains the focus.
What can I do to make the focus stay wherever it already is even when
the user clicks on my custom control?
user presses the proper keyboard key OR uses the mouse to click on the
function key legend, the key's event should fire.
Trouble is, the Compact Framework does not have the CanFocus() method.
Whenever I click on a legend, it gains the focus.
What can I do to make the focus stay wherever it already is even when
the user clicks on my custom control?