asposecells.api

Class ControlMousePointerType

Utility class containing constants. Represents the type of icon displayed as the mouse pointer for the control.

Field Summary
const  intDEFAULT
Standard pointer.
const  intARROW
Arrow.
const  intCROSS
Cross-hair pointer.
const  intI_BEAM
I-beam.
const  intSIZE_NESW
Double arrow pointing northeast and southwest.
const  intSIZE_NS
Double arrow pointing north and south.
const  intSIZE_NWSE
Double arrow pointing northwest and southeast.
const  intSIZE_WE
Double arrow pointing west and east.
const  intUP_ARROW
Up arrow.
const  intHOUR_GLASS
Hourglass.
const  intNO_DROP
"Not” symbol (circle with a diagonal line) on top of the object being dragged.
const  intAPP_STARTING
Arrow with an hourglass.
const  intHELP
Arrow with a question mark.
const  intSIZE_ALL
"Size-all” cursor (arrows pointing north, south, east, and west).
const  intCUSTOM
Uses the icon specified by the MouseIcon property.
 

    • Field Detail

      • DEFAULT

        const int DEFAULT
        Standard pointer.
      • ARROW

        const int ARROW
        Arrow.
      • CROSS

        const int CROSS
        Cross-hair pointer.
      • I_BEAM

        const int I_BEAM
        I-beam.
      • SIZE_NESW

        const int SIZE_NESW
        Double arrow pointing northeast and southwest.
      • SIZE_NS

        const int SIZE_NS
        Double arrow pointing north and south.
      • SIZE_NWSE

        const int SIZE_NWSE
        Double arrow pointing northwest and southeast.
      • SIZE_WE

        const int SIZE_WE
        Double arrow pointing west and east.
      • UP_ARROW

        const int UP_ARROW
        Up arrow.
      • HOUR_GLASS

        const int HOUR_GLASS
        Hourglass.
      • NO_DROP

        const int NO_DROP
        "Not” symbol (circle with a diagonal line) on top of the object being dragged.
      • APP_STARTING

        const int APP_STARTING
        Arrow with an hourglass.
      • HELP

        const int HELP
        Arrow with a question mark.
      • SIZE_ALL

        const int SIZE_ALL
        "Size-all” cursor (arrows pointing north, south, east, and west).
      • CUSTOM

        const int CUSTOM
        Uses the icon specified by the MouseIcon property.