com.aspose.cells
Class ControlMousePointerType

java.lang.Object
    extended by com.aspose.cells.ControlMousePointerType

public class ControlMousePointerType 
extends java.lang.Object

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


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

Field Detail

DEFAULT

public static final int DEFAULT
Standard pointer.

ARROW

public static final int ARROW
Arrow.

CROSS

public static final int CROSS
Cross-hair pointer.

I_BEAM

public static final int I_BEAM
I-beam.

SIZE_NESW

public static final int SIZE_NESW
Double arrow pointing northeast and southwest.

SIZE_NS

public static final int SIZE_NS
Double arrow pointing north and south.

SIZE_NWSE

public static final int SIZE_NWSE
Double arrow pointing northwest and southeast.

SIZE_WE

public static final int SIZE_WE
Double arrow pointing west and east.

UP_ARROW

public static final int UP_ARROW
Up arrow.

HOUR_GLASS

public static final int HOUR_GLASS
Hourglass.

NO_DROP

public static final int NO_DROP
"Not” symbol (circle with a diagonal line) on top of the object being dragged.

APP_STARTING

public static final int APP_STARTING
Arrow with an hourglass.

HELP

public static final int HELP
Arrow with a question mark.

SIZE_ALL

public static final int SIZE_ALL
"Size-all” cursor (arrows pointing north, south, east, and west).

CUSTOM

public static final int CUSTOM
Uses the icon specified by the MouseIcon property.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.