GOA - System.Windows.Forms.Cursors

Cursors Class


Provides a collection of Cursor objects for use by an application.

Definition

public static class Cursors: Object

Members Table

MethodDescription
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
ToStringReturns a String that represents the current Object. (Inherited from Object)
PropertyDescription
AppStartingGets the cursor that appears when an application starts.
ArrowGets the arrow cursor.
CrossGets the crosshair cursor.
DefaultGets the default cursor, which is usually an arrow cursor.
HSplitGets the cursor that appears when the mouse is positioned over a horizontal splitter bar.
HandGets the hand cursor, typically used when hovering over a Web link.
IBeamGets the I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked.
NoGets the cursor that indicates that a particular region is invalid for the current operation.
SizeAllGets the four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west.
SizeNESWGets the two-headed diagonal (northeast/southwest) sizing cursor.
SizeNSGets the two-headed vertical (north/south) sizing cursor.
SizeNWSEGets the two-headed diagonal (northwest/southeast) sizing cursor.
SizeWEGets the two-headed horizontal (west/east) sizing cursor.
VSplitGets the cursor that appears when the mouse is positioned over a vertical splitter bar.
WaitCursorGets the wait cursor, typically an hourglass shape.

Inheritance Hierarchy

Object
Cursors

Class Information

NamespaceSystem.Windows.Forms
Flash LibrarySystem.Windows.Forms.scl
Flash Library Version2.0.0.2118
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.