java.lang.Object
com.aspose.cells.ControlMousePointerType
public class ControlMousePointerType
| 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. | ||
| Field Detail |
|---|
DEFAULT | |
public static final int DEFAULT | |
ARROW | |
public static final int ARROW | |
CROSS | |
public static final int CROSS | |
I_BEAM | |
public static final int I_BEAM | |
SIZE_NESW | |
public static final int SIZE_NESW | |
SIZE_NS | |
public static final int SIZE_NS | |
SIZE_NWSE | |
public static final int SIZE_NWSE | |
SIZE_WE | |
public static final int SIZE_WE | |
UP_ARROW | |
public static final int UP_ARROW | |
HOUR_GLASS | |
public static final int HOUR_GLASS | |
NO_DROP | |
public static final int NO_DROP | |
APP_STARTING | |
public static final int APP_STARTING | |
HELP | |
public static final int HELP | |
SIZE_ALL | |
public static final int SIZE_ALL | |
CUSTOM | |
public static final int CUSTOM | |