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
- 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
- .NET API Reference
CursorType Enumeration |
Specifies the type of the cursor.
Namespace:
EO.WebEngine
Assembly: EO.WebEngine (in EO.WebEngine.dll)
Syntax
public enum CursorType
Members
Member Name | Description |
---|---|
Auto | The browser determines the cursor to display based on the current context. |
Default | Default cursor, typically an arrow. |
None | No cursor is rendered. |
Help | ndicating help is available. |
Pointer | E.g. used when hovering over links, typically a hand. |
Progress | The program is busy in the background but the user can still interact with the interface (unlike for wait). |
Wait | The program is busy (sometimes an hourglass or a watch). |
CrossHair | Cross cursor, often used to indicate selection in a bitmap. |
Text | Indicating text can be selected, typically an I-beam. |
VerticalText | Indicating that vertical text can be selected, typically a sideways I-beam. |
Alias | Indicating an alias or shortcut is to be created. |
Copy | Indicating that something can be copied. |
Move | The hovered object may be moved. |
NotAllowed | Cursor showing that something cannot be done. |
ColResize | The item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical bar separating. |
RowResize | The item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them. |
EWResize | East-west resize. |
NSResize | North-south resize. |
NESWResize | North east to south west resize. |
NWSEResize | North west to south east resize. |
ZoomIn | Zoom in. |
ZoomOut | Zoom out. |
Grab | Indicates that something can be grabbed. |
Custom | Custom cursor. |
See Also