This property sets whether the single selection feature is enabled on mouse hover.

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

Property Value

True: Single selection is enabled on mouse hover.

False: Single selection is not enabled on mouse hover.

Default value is False

Explanation

The SelectableOnMouseHover property sets whether the Single Select feature is enabled on mouse hover.

When this property is set to True and the EditKind property is set to KindOfEdt.Select, when the mouse cursor hovers over an annotation object, the mouse cursor will change to show that the object can be moved. The object is moved by pressing down the mouse button and dragging the object.

If this property is set to False then a single object is selected by mouse click as usual.

Note: Objects can only be moved in this mode. When hovering the mouse over a plocation where multiple objects overlap, the object in front (the larger z-order) is targeted.

See also

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation