CogDisplay MultiSelectionEnabled Property Cognex VisionPro 9.22
Gets or sets whether the user can select more than one interactive shape in the display.

Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

public virtual bool MultiSelectionEnabled { get; set; }

Property Value

Type: Boolean
True if multiple selection is enabled.
Exceptions

ExceptionCondition
AxHost InvalidActiveXStateException Thrown when the display control is invalid.
Remarks

If enabled, the user may select more than one shape by holding down the Control key while selecting.

See Also