CogDisplay MouseWheelMode Property Cognex VisionPro 9.20
Gets or sets the behavior of the display control in response to mouse wheel input.

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

public virtual CogDisplayMouseWheelModeConstants MouseWheelMode { get; set; }

Property Value

Type: CogDisplayMouseWheelModeConstants
The mouse wheel mode behavior. Default is CogDisplayMouseWheelModeConstants.Zoom1
Events

Exceptions

ExceptionCondition
AxHost InvalidActiveXStateException Thrown when the display control is invalid.
See Also