The leading provider of version control solutions and TWAIN SDKs
  • Contact us









MouseShape Property

Description

Returns or sets the shape of the mouse.

ActiveX Edition Plug-in Edition Mac Edition
Since V5.0 Since V5.0 Not Supported

Data type

Boolean

Syntax

ObjectName. MouseShape

Remarks

When the value of the property is set to TRUE, the cursor is set as a hand. If the width or height of the image is bigger than the control size, scroll bars will be shown and you can drag the image to adjust the position in the control.

When the value of the property is set to FALSE, the cursor is set as an arrow. You can select an area on Dynamic Webcam control directly and the OnImageAreaSelected event will be fired.

When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.

See also

SetViewMode(), GetViewMode(), ImageMargin property, OnImageAreaSelected Event, OnImageAreaDeSelected Event