property SwimLane.AllowMoveLane as AllowKeysEnum
Specifies the combination of keys that allows the user to move the lanes within the pool.

TypeDescription
AllowKeysEnum An AllowKeysEnum expression that specifies the keys combination so the user can move the lane from the cursor.
By default, the AllowMoveLane property is exLeftClick, which indicates that with a simple click on the lane, the user can move the lane. The AllowMoveLane property specifies the keys combination so the user can move the lane from the cursor. The Position property specifies the position of the Lane in the Children collection. Use the AllowResizeLane property to specify whether the pool can be resized at runtime. The AllowMoveSurface property specifies the combination of keys that allows the user to move the surface. The control fires the LayoutStartChanging(exMovePool) / LayoutEndChanging(exMovePool) event when the user moves the object to a new position.