See Also

Dart.PowerWEB.TextBox Namespace

Requirements

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)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages Requirements PowerWEB TextBox for ASP.NET

CursorType Enumeration

Dart.PowerWEB.TextBox Namespace : CursorType Enumeration

Enumerates possible values for the MouseOverCursor, MouseUpCursor, and MouseDownCursor properties of buttons.

Members

MemberDescription
AllScrollInternet 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.
AutoBrowser determines which cursor to display based on the current context.
ColumnResizeInternet Explorer 6 and later. Arrows pointing left and right with a vertical bar separating them, indicating that the item/column can be resized horizontally.
CrosshairSimple cross hair.
DefaultPlatform-dependent default cursor; usually an arrow.
HandHand with the first finger pointing up, as when the user moves the pointer over a link.
HelpArrow with question mark, indicating help is available.
MoveCrossed arrows, indicating something is to be moved.
NoDropInternet 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.
NotAllowedInternet Explorer 6 and later. Circle with a line through it, indicating that the requested action will not be carried out.
NotSetNo cursor type is specified. The browser will determine the cursor to display.
PointerInternet Explorer 6 and later. Hand with the first finger pointing up, as when the user moves the pointer over a link. Identical to hand.
ProgressInternet 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.
RowResizeInternet Explorer 6 and later. Arrows pointing up and down with a horizontal bar separating them, indicating that the item/row can be resized vertically.
TextEditable text; usually an I-bar.
VerticalTextInternet Explorer 6 and later. Editable vertical text, indicated by a horizontal I-bar.
WaitHourglass or watch, indicating that the program is busy and the user should wait.
NorthResizeArrows, indicating an edge is to be moved.
NorthEastResizeArrows, indicating an edge is to be moved.
NorthWestResizeArrows, indicating an edge is to be moved.
SouthResizeArrows, indicating an edge is to be moved.
SouthEastResizeArrows, indicating an edge is to be moved.
SouthWestResizeArrows, indicating an edge is to be moved.
EastResizeArrows, indicating an edge is to be moved.
WestResizeArrows, indicating an edge is to be moved.

Remarks

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.

Requirements

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)

See Also

Dart.PowerWEB.TextBox Namespace

 

Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.