Click or drag to resize

CursorChangedEventArgs Properties

The CursorChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBitmap
The cursor image. Available for custom cursors only.
Public propertyCursorType
The cursor type. If set to Custom, the cursor image and hotspot are provided in the corresponding fields.
Public propertyHotspot
The cursor hotspot. Available for custom cursors only.
Top
See Also