Name | Value | Description | |||
exSurfaceMove | 0 | The user moves/scrolls the surface to a new position. The AllowMoveSurface property specifies the keys combination to allow user to move / scroll the surface. | |||
exSurfaceZoom | 1 | The user magnifies or shrinks the surface (zooming). The AllowZoomSurface property specifies the keys combination to allow user to zoom the surface. | |||
exSurfaceHome | 2 | The user restores the surface to its original view. The Home method restores the view to its original state ( position and zoom ). | |||
exResizeElement | 3 | The user resizes an element on the surface. The AllowResizeElement property specifies the keys combination to allow user to resize the element. | |||
exMoveElement | 4 | The user moves an element on the surface. The AllowMoveElement property specifies the keys combination to allow user to move the element. | |||
exSelectElement | 5 | The user selects elements on the surface. The AllowSelectObject property specifies the keys combination to allow user to select the element. | |||
exSelectNothing | 6 | The user selects nothing on the surface. The AllowSelectNothing property specifies the keys combination to allow user to select nothing on the surface. | |||
exCreateElement | 7 | The user creates elements on the surface. The AllowCreateElement property specifies the keys combination to allow user to create elements on the surface. | |||
exEditElement | 8 | The user edits the element's caption. The Edit method edits the element. | |||
exLinkObjects | 9 | The user links elements. The AllowLinkObjects property specifies the keys combination to allow user to link elements on the surface. | |||
exDesignMode | 10 | The user changes the surface's design mode. The user changes the surface's design mode. The exDesignMode operation occurs, when the user selects a new design-mode, from the control's toolbar. The DesignModes property specifies the modes to be displayed on the Design toolbar. The DesignMode property specifies the control's design mode. Depending on the design-mode, the user can select elements, pools or none. | |||
exCreatePool | 11 | The user creates pools on the surface. The AllowCreatePool property specifies the keys combination to allow user to create pools on the surface. | |||
exResizePool | 12 | The user resizes the pool from the surface. The AllowResizePool property specifies the keys combination to allow user to resize the pool. | |||
exMovePool | 13 | The user moves the pool from the surface. The AllowMovePool property specifies the keys combination to allow user to move the pool. | |||
exResizePoolHeader | 14 | The user resizes the header's pool from the surface. | |||
exResizeLane | 15 | The user resizes the lane of the pool. The AllowResizePoolHeader property specifies the keys combination to allow user to resize the header of the pool. | |||
exMoveLane | 16 | The user moves/changes the position of the lane of the pool. The AllowMoveLane property specifies the keys combination to allow user to moves/changes the position the lane. | |||
exContextMenuObject | 17 | The object's context menu is running. The user right-clicks an object on the surface, and it's context menu is shown. Use the AllowContextMenu property to specify the combination of keys that allows the user to open the object's context menu. Use the ContextMenu property to provide a custom context menu for the objects on the surface. | |||
exActionContextMenuObject | 18 | An item from object's context menu is executing. Use the AllowContextMenu property to specify the combination of keys that allows the user to open the object's context menu. Use the ContextMenu property to provide a custom context menu for the objects on the surface. The ActionContextMenu event notifies your application once an action occurs within the object's context menu. | |||
exLinkControlPoint | 19 |
The user changes the link's control points. The AllowLinkControlPoint property indicates the control points of the link, the user can use to customize the link's path. The property is applied to all links (unless the AllowControlPoint property indicates a different value) | |||
exFocusLink | 20 | The user clicks a link (the focused link is being updated). The FocusLink property retrieves or changes the current link that is currently focused (selected or active) within the control. | |||
exUndo | 33 | An Undo operation is performed (CTR + Z). Occurs only if the control's AllowUndoRedo property is True. | |||
exRedo | 34 | A Redo operation is performed (CTR + Y). Occurs only if the control's AllowUndoRedo property is True. | |||
exUndoRedoUpdate | 32 | The Undo/Redo queue is updated. |