CODIUM Programming Language (CPL) CodiumSDK CPL Cursor
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Cursor
C# |
public enum Cursor |
Constante | Descripción | |
---|---|---|
Alias | The cursor indicates an alias of something is to be created | |
All_Scroll | The cursor indicates that something can be scrolled in any direction | |
Auto | Default. The browser sets a cursor | |
Cell | The cursor indicates that a cell (or set of cells) may be selected | |
Col_Resize | The cursor indicates that the column can be resized horizontally | |
Context_Menu | The cursor indicates that a context-menu is available | |
Copy | The cursor indicates something is to be copied | |
Crosshair | The cursor render as a crosshair | |
Default | The default cursor | |
E_Resize | The cursor indicates that an edge of a box is to be moved right(east) | |
Ew_Resize | Indicates a bidirectional resize cursor | |
Grab | The cursor indicates that something can be grabbed | |
Grabbing | The cursor indicates that something can be grabbed | |
Help | The cursor indicates that help is available | |
Inherit | Inherits this property from its parent element. | |
Initial | Sets this property to its default value.Read about initial | |
Move | The cursor indicates something is to be moved | |
N_Resize | The cursor indicates that an edge of a box is to be moved up(north) | |
Ne_Resize | The cursor indicates that an edge of a box is to be moved up and right(north/east) | |
Nesw_Resize | Indicates a bidirectional resize cursor | |
No_Drop | The cursor indicates that the dragged item cannot be dropped here | |
None | No cursor is rendered for the element | |
Not_Allowed | The cursor indicates that the requested action will not be executed | |
Ns_Resize | Indicates a bidirectional resize cursor | |
Nw_Resize | The cursor indicates that an edge of a box is to be moved up and left(north/west) | |
Nwse_Resize | Indicates a bidirectional resize cursor | |
Pointer | The cursor is a pointer and indicates a link | |
Progress | The cursor indicates that the program is busy(in progress) | |
Row_Resize | The cursor indicates that the row can be resized vertically | |
S_Resize | The cursor indicates that an edge of a box is to be moved down(south) | |
Se_Resize | The cursor indicates that an edge of a box is to be moved down and right(south/east) | |
Sw_Resize | The cursor indicates that an edge of a box is to be moved down and left(south/west) | |
Text | The cursor indicates text that may be selected | |
URL | A comma separated list of URLs to custom cursors.Note: Always specify a generic cursor at the end of the list, in case none of the URL-defined cursors can be used | |
Vertical_Text | The cursor indicates vertical-text that may be selected | |
W_Resize | The cursor indicates that an edge of a box is to be moved left(west) | |
Wait | The cursor indicates that the program is busy | |
Zoom_In | The cursor indicates that something can be zoomed in | |
Zoom_Out | The cursor indicates that something can be zoomed out |