property SwimLane.AllowSelectObject as AllowKeysEnum
Specifies the combination of keys that allows the user to select objects on the surface.

TypeDescription
AllowKeysEnum An AllowKeysEnum expression that specifies the keys combination so the user can select elements 
By default, the AllowSelectObject property is exLeftClick, which indicates that the user selects an element from the point when left clicking the element ( Selectable property is True ). Set the AllowSelectObject property on exDisallow to prevent selecting elements when clicking them. The AllowSelectObject property indicates the keys combination to allow user selecting new elements. The AllowToggleSelectKey property indicates the key to be used so the user can toggle a selected element. The SelectionChanged event occurs once a new element is selected or unselected. The Selectable property of the Element object indicates whether the element is selectable or un-selectable. The AllowSelectNothing property indicates whether the selection is cleared once the user clicks any empty area on the surface. The AllowSelectObjectRect property specifies the keys combination so the user can select the elements from the dragging rectangle. The SelectAll method selects all elements in the chart. Use the UnselectAll method to unselect all elements on the surface. The SingleSel property specifies whether the surface allows selecting one or multiple elements. The SelCount property counts the number of selected elements. The SelElement property returns the selected element based on its index in the selected elements collection. The Selection property sets or gets a safe array of selected elements. The control fires the LayoutStartChanging(exSelectElement) / LayoutEndChanging(exSelectElement) event when the user selects the object. The HideSel property specifies whether the selected elements are highlighted or not when the control loses the focus.