Category / Section
In the web Essential Diagram, is it possible to capture a click and key press event. Something like a shift click?
1 min read
In the web Essential Diagram, is it possible to capture a click and key press event. Something like a shift click?
The DiagramWebControl.NodeClick/NodeDoubleClick events do provide information about the state of certain keys such as the Shift, Alt and Ctrl.
Please check out the NodeClickEventArgs.AltKey/CtrlKey/ShiftKey properties to determine whether the specific key was pressed.