Closing a Context Menu

  • Thread starter Thread starter Gustavo Franco
  • Start date Start date
G

Gustavo Franco

Hi,



Basic Question, difficult answer



1) Thread one; Open Context Menu.



2) Thread two; it needs close the Context Menu without Mouse interaction.
Thread two has all the information about the Context Menu



Somebody knows how to do it?



Basically I need close the ContextMenu after been opened. Calling
ContextMenu.Dispose doesn't work
 
Send a message to thread one to inform it close the context menu. Don't
change UI behaviour in another thread.
 
Back
Top