Click here to Skip to main content
15,891,721 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have drawn separator between two menu items. I want to perform some action while scrolling mouse over menu_separator. I have googled and found that its possible using GetMenuItemInfo function. But i dont know how to do this?
Posted

1 solution

I'm not sure that you can actually select it since separators serve no purpose as far as the application is concerned. They are merely visual indications of breaks shown to the user. If you know the position of a separator you can call GetMenuItemInfo() with that position value and see what information is returned.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900