Table of Contents

Class CursorChangedEventArgs

Namespace
DotNetBrowser.Browser.Events
Assembly
DotNetBrowser.dll

The CursorChanged event data which can be used to update the cursor for the off-screen view.

public sealed class CursorChangedEventArgs : EventArgs
Inheritance
CursorChangedEventArgs
Inherited Members

Properties

Bitmap

The cursor image. Available for custom cursors only.

CursorType

The cursor type. If set to Custom, the cursor image and hotspot are provided in the corresponding fields.

Hotspot

The cursor hotspot. Available for custom cursors only.