Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
        • EO.WebEngine
        • Classes
          • Cookie Class
          • CookieCollection Class
          • CookieManager Class
          • Cursor Class
          • Engine Class
          • EngineEventArgs Class
          • EngineOptions Class
          • WebViewOptions Class
        • Enumerations
        • Delegates
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
Cursor Members

The Cursor class exposes the following members.

Constructors
Name Description
Cursor(CursorType); Initializes a Cursor of a predefined cursor type.
Cursor(string, int, int); Initalizes a custom cursor.
Cursor(string); Initalizes a custom cursor.
Cursor(string, byte[], int, int); Initalizes a custom cursor.
Cursor(string, byte[]); Initalizes a custom cursor.
Properties
Name Description
HotSpot Gets the hotspot for the cursor.
Type Gets the cursor type.
Methods
Name Description
Equals (inherited from Object) 
Finalize (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
MemberwiseClone (inherited from Object) 
ToString (inherited from Object) 
See Also