Posted 15 January 2020, 10:04 am EST
Can anyone tell me if there is a way to tell programmatically which item is highlighted on the menu? (IE mouse over it)
I have a customer that would like to have the currently highlighted item bring up the correct section of the help file when F1 key pressed. (Context sensitive help) I have been able to do all the controls except the C1MainMenu.
The standard .NET menustrip has a ‘selected’ member, but I don’t see anything similar in the C1MainMenu.
Any help would be appreciated.