CogShapeModelEllipse MouseCursor Property Cognex VisionPro 9.21 SR1
Mouse cursor to be displayed when the mouse is over the graphic. The cursor will be visible only if the graphic is interactive.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 85.1.0.0
Syntax

public virtual CogStandardCursorConstants MouseCursor { get; set; }

Property Value

Type: CogStandardCursorConstants

Implements

ICogGraphicInteractive MouseCursor
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the mouse cursor changes.

The following state flag may be affected:

Remarks

Mouse cursor to be displayed when the mouse is over the graphic.

See Also