hlp ContextMenuItem text not being updated

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

I'm updating the text of certain context menu items on right clicking over a
DataGrid, like:

'On right click

with me.bindings(table).current

miMenuItem.Text = .Item("MyName")

end with

cmContextMenu.Show(Ctrl, pnt)

All should be fine you might think, it updates the text on the first display
but following that the text remains the same.
I can do console.writes of the new MenuItem.Text to verify they have been
changed but its display isnt getting refreshed,

any ideas?
thanks
 
Back
Top