How do you set a HotKey for each tab of a Tab Control? I went into the TABS Collection and tried using the "&" in the Text property and it didn't work.
Printable View
How do you set a HotKey for each tab of a Tab Control? I went into the TABS Collection and tried using the "&" in the Text property and it didn't work.
Accelerator keys are not supported for individual tabs. You'd have to handle the appropriate mouse events and select the desired control yourself.
Thanks JMC...