Hi
what does "disabled" mean in the OLE.ShowContextMenu?
I set it to 0, but the visual effect of the context item is still deemed as "clickable"?
Menu = ""
Menu<-1> = "PASTE" :
@VM:"Paste" :
@VM:0 ; // Disabled
Send_Message(Ctrl, "OLE.ShowContextMenu", "10,10", Menu, "My Special Data")
Comments