Error processing SSI file
(Leadtools.Controls)

Show in webframe

HitTestStateCursor Property




Mouse cursor to use for the hit-test state of this ImageViewerInteractiveMode.
Syntax
public virtual Cursor HitTestStateCursor {get; set;}
'Declaration
 
Public Overridable Property HitTestStateCursor As Cursor

Property Value

The mouse cursor to use for the hit-test state of this ImageViewerInteractiveMode. The default value is null.
Remarks

HitTestState and HitTestStateCursor can be used with interactive modes that subscribe to the InteractiveService.Move event and indicate that the mousse cursor is over an area of interest by updating the state and changing the mouse cursor.

The cursor is set into the ImageViewer control. Also, the cursor will be set in any controls added by the user to the InteractiveService.UserControls collection.

Example

For an example, refer to HitTestState.

Requirements

Target Platforms

See Also

Reference

ImageViewerInteractiveMode Class
ImageViewerInteractiveMode Members

Error processing SSI file