c# - PowerPoint charts events right click and double click don't get fired -
I'm working on some PowerPoint add-ins. I have to do some additional work such as showing an extra menu or creating a check box when the user clicks on the slide. I am doing this
PowerPoint.Application pApp = this.Application; Papp.WindowBeforeRightClick + = pApp_WindowBeforeRightClick;
but did not remove the incident. I tried debugging but this incident is never the case with the double click program. Am I declaring this wrong? help please.
There is nothing wrong in your code or announcement, a bug in PowerPoint that Microsoft has so far called PowerPoint 2007 Has not decided since.
According to the double click event, it is removed on 3 views, but in reality it is only removed in the slide sorter view. Only on-window selection
event is removed in PowerPoint.
Comments
Post a Comment