This property sets whether or not single selection and multiple selection can be switched automatic by clicking or dragging objects with the mouse.

[Visual Basic] Public Property SelectOnClick As Boolean
[C#] public bool SelectOnClick {get; set;}

Property Value

True: Single selection and multiple selection can be switched automatically

False: Single selection and multiple selection can not be switched automatically

Default value is True

Explanation

The SelectOnClick property sets whether or not single selection and multiple selection can be switched automatic by clicking or dragging objects with the mouse.

When this property is true and the EditKind property is either Select or MultiSelect, if the annotation object is clicked, the object will be single selected and the EditKind property will automatically be set to Select. Furthermore, when this property is true and the EditKind property is either Select or MultiSelect, if the mouse is dragged across one or more annotation objects, those multiple objects will be selected and the EditKind property will automatically be set to MultiSelect.

When this property is true, the Ctrl key cannot be used to select multiple objects. Only single objects can be selected using the Ctrl key. Multiple selection must be done using a mouse drag.

See also

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation