Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CursorType Enumeration
Example Example


In This Topic
    CursorType Enumeration
    In This Topic
    Specifies the type of cursor.
    Syntax
    'Declaration
     
    
    Public Enum CursorType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CursorType
    public enum CursorType : System.Enum 
    Members
    MemberDescription
    AllScrollall-scroll Only supported by Internet Explorer 6 and later. Arrows pointing up, down, left, and right with a dot in the middle, indicates that the page can be scrolled in any direction.
    AutoAutomatically sets the cursor type
    ColResizecol-resize Only supported by Internet Explorer 6 and later. Arrows pointing left and right with a vertical bar separating them, indicates that the item or column can be resized horizontally.
    CrossHairSets the Crosshair cursor type
    DefaultSets the Default cursor type
    EResizeSets the E-Resize cursor type
    HandSets the Hand cursor type,(only supported by IE5).
    HelpSets the Help cursor type
    MoveSets the Move cursor type
    NeResizeSets the NeResize cursor type
    NoDropno-drop Only supported by Internet Explorer 6 and later. Hand with a small circle with a line through it, indicates that the dragged item cannot be dropped at the current cursor location.
    NotAllowednot-allowed Only supported by Internet Explorer 6 and later. Circle with a line through it, indicates that the requested action will not be carried out.
    NotSetDoes not set the cursor type
    NResizeSets the N-Resize cursor type
    NwResizeSets the NwResize cursor type
    PointerSets the Pointer cursor type
    Progressprogress Only supported by Internet Explorer 6 and later. Arrow with an hourglass next to it, indicates that a process is running in the background. User interaction with the page is unaffected.
    RowResizerow-resize Only supported by Internet Explorer 6 and later. Arrows pointing up and down with a horizontal bar separating them, indicates that the item or row can be resized vertically.
    SeResizeSets the SeResize cursor type
    SResizeSets the S-Resize cursor type
    SwResizeSets the SwResize cursor type
    TextSets the Text cursor type
    VerticalTextvertical-text Only supported by Internet Explorer 6 and later. Editable vertical text, indicated by a horizontal I-bar.
    WaitSets the Wait cursor type
    WResizeSets the W-Resize cursor type
    Example
    This example uses the CursorType enumeration.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.CursorType

    See Also