Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
129
Fire event of the context menu
posted

How can i raise the event, that is triggered by the context menu, manually?

I want to use the indent and outdent function, add new task and substask, deleting a task, open the task... without clicking in context menu...

 

any ideas?

 

 

 

Parents
No Data
Reply
  • 69832
    Offline posted

    There is an OnContextMenuInitializing event-raising method, but it is protected, and besides that it does not cause the context menu to display. All the actions that are performed when you click a menu item can be performed programmatically, however.

Children