aspose.cells

Class ControlMousePointerType

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

Field Summary
const  NumberDEFAULT
Standard pointer.
const  NumberARROW
Arrow.
const  NumberCROSS
Cross-hair pointer.
const  NumberI_BEAM
I-beam.
const  NumberSIZE_NESW
Double arrow pointing northeast and southwest.
const  NumberSIZE_NS
Double arrow pointing north and south.
const  NumberSIZE_NWSE
Double arrow pointing northwest and southeast.
const  NumberSIZE_WE
Double arrow pointing west and east.
const  NumberUP_ARROW
Up arrow.
const  NumberHOUR_GLASS
Hourglass.
const  NumberNO_DROP
"Not” symbol (circle with a diagonal line) on top of the object being dragged.
const  NumberAPP_STARTING
Arrow with an hourglass.
const  NumberHELP
Arrow with a question mark.
const  NumberSIZE_ALL
"Size-all” cursor (arrows pointing north, south, east, and west).
const  NumberCUSTOM
Uses the icon specified by the MouseIcon property.
 

    • Field Detail

      • DEFAULT

        const Number DEFAULT
        Standard pointer.
      • ARROW

        const Number ARROW
        Arrow.
      • CROSS

        const Number CROSS
        Cross-hair pointer.
      • I_BEAM

        const Number I_BEAM
        I-beam.
      • SIZE_NESW

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

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

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

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

        const Number UP_ARROW
        Up arrow.
      • HOUR_GLASS

        const Number HOUR_GLASS
        Hourglass.
      • NO_DROP

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

        const Number APP_STARTING
        Arrow with an hourglass.
      • HELP

        const Number HELP
        Arrow with a question mark.
      • SIZE_ALL

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

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