CogDisplay UserDefinedMouseCursor Property Cognex VisionPro 9.21 SR1
Gets or sets the cursor that will be displayed whenever the MouseMode property is set to 'UserDefined'.

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

public virtual Cursor UserDefinedMouseCursor { get; set; }

Property Value

Type: Cursor
The user-defined mouse cursor or  . If null, a standard arrow cursor will be displayed in UserDefined mode.
Events

Exceptions

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