Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

disable context item on Tree Control

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

Sign In or Register to comment.