CogDisplay Enabled Property Cognex VisionPro 9.21
Gets or sets whether the display is enabled.

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

public override bool Enabled { get; set; }

Property Value

Type: Boolean
True if the display is enabled.
Events

Exceptions

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

When the display control is disabled, it does not respond to mouse events.

See Also