Cursors

Cursors

System. Windows .Forms (system. windows .forms.dll) sealed class

This class provides a set of standard cursors, such as the Hand , WaitCursor , and IBeam for you to use. In addition, there is the special Default cursor that allows you to restore the default appearance after you have set a custom Cursor for a Control , or changed the Cursor.Current value.

 public sealed class  Cursors  {  // Public Static Properties  public static Cursor  AppStarting  {get; }    public static Cursor  Arrow  {get; }    public static Cursor  Cross  {get; }    public static Cursor  Default  {get; }    public static Cursor  Hand  {get; }    public static Cursor  Help  {get; }    public static Cursor  HSplit  {get; }    public static Cursor  IBeam  {get; }    public static Cursor  No  {get; }    public static Cursor  NoMove2D  {get; }    public static Cursor  NoMoveHoriz  {get; }    public static Cursor  NoMoveVert  {get; }    public static Cursor  PanEast  {get; }    public static Cursor  PanNE  {get; }    public static Cursor  PanNorth  {get; }    public static Cursor  PanNW  {get; }    public static Cursor  PanSE  {get; }    public static Cursor  PanSouth  {get; }    public static Cursor  PanSW  {get; }    public static Cursor  PanWest  {get; }    public static Cursor  SizeAll  {get; }    public static Cursor  SizeNESW  {get; }    public static Cursor  SizeNS  {get; }    public static Cursor  SizeNWSE  {get; }    public static Cursor  SizeWE  {get; }    public static Cursor  UpArrow  {get; }    public static Cursor  VSplit  {get; }    public static Cursor  WaitCursor  {get; } } 


. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net