property SwimLane.AllowMovePool as AllowKeysEnum
Specifies the combination of keys that allows the user to move the pools on the surface.

TypeDescription
AllowKeysEnum An AllowKeysEnum expression that specifies the keys combination so the user can move the pool from the cursor.
By default, the AllowMovePool property is exLeftClick, which indicates that with a simple click on the pool, the user can move the pool. The AllowMovePool property specifies the keys combination so the user can move the pool from the cursor. Use the AllowResizePool 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. The AllowMovePoolElement property indicates that the visible elements of the moving pool are moved together with the pool. The AllowMoveSelectionPool property Indicates that the pool of the selected element, is moved together with the element.