Hi,
I`ve an UltraOptionSet with two options "horse" and "dog". I want to select an option without using the mouse. So I tried to write "&horse" and "&dog". But pressing Alt-h or Alt-d does not select the option.
How can I get this functionality?
Thanks
Hansjörg Wintermantel
Hansjorg,
You can accomplish this by setting the UltraOptionSet's UseMnemonics property to True, and then using the ampersands in each Item's text.
Hope this helps,
~Kim~