Dart.PowerWEB.TextBox Namespace : CursorType Enumeration |
Enumerates possible values for the MouseOverCursor, MouseUpCursor, and MouseDownCursor properties of buttons.
Member | Description |
---|---|
AllScroll | Internet Explorer 6 and later. Arrows pointing up, down, left, and right with a dot in the middle, indicating that the page can be scrolled in any direction. |
Auto | Browser determines which cursor to display based on the current context. |
ColumnResize | Internet Explorer 6 and later. Arrows pointing left and right with a vertical bar separating them, indicating that the item/column can be resized horizontally. |
Crosshair | Simple cross hair. |
Default | Platform-dependent default cursor; usually an arrow. |
Hand | Hand with the first finger pointing up, as when the user moves the pointer over a link. |
Help | Arrow with question mark, indicating help is available. |
Move | Crossed arrows, indicating something is to be moved. |
NoDrop | Internet Explorer 6 and later. Hand with a small circle with a line through it, indicating that the dragged item cannot be dropped at the current cursor location. |
NotAllowed | Internet Explorer 6 and later. Circle with a line through it, indicating that the requested action will not be carried out. |
NotSet | No cursor type is specified. The browser will determine the cursor to display. |
Pointer | Internet Explorer 6 and later. Hand with the first finger pointing up, as when the user moves the pointer over a link. Identical to hand. |
Progress | Internet Explorer 6 and later. Arrow with an hourglass next to it, indicating that a process is running in the background. User interaction with the page is unaffected. |
RowResize | Internet Explorer 6 and later. Arrows pointing up and down with a horizontal bar separating them, indicating that the item/row can be resized vertically. |
Text | Editable text; usually an I-bar. |
VerticalText | Internet Explorer 6 and later. Editable vertical text, indicated by a horizontal I-bar. |
Wait | Hourglass or watch, indicating that the program is busy and the user should wait. |
NorthResize | Arrows, indicating an edge is to be moved. |
NorthEastResize | Arrows, indicating an edge is to be moved. |
NorthWestResize | Arrows, indicating an edge is to be moved. |
SouthResize | Arrows, indicating an edge is to be moved. |
SouthEastResize | Arrows, indicating an edge is to be moved. |
SouthWestResize | Arrows, indicating an edge is to be moved. |
EastResize | Arrows, indicating an edge is to be moved. |
WestResize | Arrows, indicating an edge is to be moved. |
This enumeration controls what the mouse cursor looks like while it interacts with buttons. For example, if you would like to display a "crosshair" when the mouse cursor is over a particular button, set the MouseOverCursor property to CursorType.Crosshair.
Namespace: Dart.PowerWEB.TextBox
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)
Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.