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

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

public override bool Enabled { get; set; }

Property Value

Type: Boolean
True if the display is enabled.
Events

Exceptions

Remarks

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

See Also