Hi All,
I am using UltraToolbar of Infragistics 8.2. My contextMenu contains ComboBoxTool.How do i dropdown this comboboxTool using keyboard only.I won't be using a mouse.The dropdown shortcut F4 is functional only after I select this comboboxTool.I would also like to navigate to other tools on the context Menu from this comboBoxtool using keyboard only.
Thanks in Advance,
Prerna
Thanks Mike, this is just what i was looking for.. Besides doing this i have also set IsInEditMode property to True for the combobox tool on the AfterToolActivate tool.This makes it dropdown with F4 if the user navigates to the tool using arrow keys in the menu.
The ComboBoxTool must be the active tool in order for the F4 key to drop it down. You can assign the tool and mnemonic character by placing a '&' character in the caption. The character after the first '&' will be the mnemonic. When the menu is dropped down, just press the key for the mnemonic and the ComboBoxTool will become the active tool. Then you can hit the F4 key.