java.lang.Object
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 int | DEFAULT | |
Standard pointer.
|
static final int | ARROW | |
Arrow.
|
static final int | CROSS | |
Cross-hair pointer.
|
static final int | I_BEAM | |
I-beam.
|
static final int | SIZE_NESW | |
Double arrow pointing northeast and southwest.
|
static final int | SIZE_NS | |
Double arrow pointing north and south.
|
static final int | SIZE_NWSE | |
Double arrow pointing northwest and southeast.
|
static final int | SIZE_WE | |
Double arrow pointing west and east.
|
static final int | UP_ARROW | |
Up arrow.
|
static final int | HOUR_GLASS | |
Hourglass.
|
static final int | NO_DROP | |
"Not” symbol (circle with a diagonal line) on top of the object being dragged.
|
static final int | APP_STARTING | |
Arrow with an hourglass.
|
static final int | HELP | |
Arrow with a question mark.
|
static final int | SIZE_ALL | |
"Size-all” cursor (arrows pointing north, south, east, and west).
|
static final int | CUSTOM | |
Uses the icon specified by the MouseIcon property.
|
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.