Show / Hide Table of Contents

Enum MousePointer

Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public enum MousePointer : int

Fields

Name Description
AppStarting

Arrow with an hourglass.

Arrow

Arrow.

Cross

Cross-hair pointer.

Custom

Uses the icon specified by the MouseIcon property.

Default

Standard pointer. The image is determined by the object (default).

Help

Arrow with a question mark.

Hourglass

Hourglass.

IBeam

I-beam.

NoDrop

"Not" symbol (circle with a diagonal line) on top of the object being dragged. Indicates an invalid drop target.

SizeAll

Size all cursor (arrows pointing north, south, east, and west).

SizeNESW

Double arrow pointing northeast and southwest.

SizeNS

Double arrow pointing north and south.

SizeNWSE

Double arrow pointing northwest and southeast.

SizeWE

Double arrow pointing west and east.

UpArrow

UpArrow

Back to top Generated by DocFX