Allow mouse selection or not.
Namespace:
AForge.ControlsAssembly: AForge.Controls (in AForge.Controls.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public bool AllowSelection { get; set; } |
Remarks
In the case if mouse selection is allowed, the control will
fire SelectionChanged and PositionChanged events
and provide information about the selection.