Click or drag to resize

CursorChangedEventArgs Class

The CursorChanged event data which can be used to update the cursor for the off-screen view.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DotNetBrowser.Browser.EventsCursorChangedEventArgs

Namespace:  DotNetBrowser.Browser.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.4
Syntax
C#
public sealed class CursorChangedEventArgs : EventArgs

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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also