Dynamic Menus

M

Magic Man

How can I have certain menu items change depending upon whether or not the
cursor is in text that is hidden? I want one of my Short Cut menu items to
toggle back and forth depending upon the cursor location.

Any help would be greatly appreciated. Thanks.
 
J

Jezebel

No easy way to do that. You can trap the SelectionChange event, which picks
up some, but unfortunately not all, cursor movements (using right or left
arrows to move into the hidden text range won't fire the event).
 
Top