Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CursorType Enumeration


CursorType Enumeration
Specifies the area in the view in which to display a different pointer.
Syntax
'Declaration
 
Public Enum CursorType 
   Inherits System.Enum
 
'Usage
 
Dim instance As CursorType
Members
MemberDescription
AdjustmentArrowDisplays a pointer in the adjustment handle of a shape.
ColumnFooterDisplays a pointer within a column footer
ColumnHeaderDisplays a pointer within a column header
ColumnOutResizeDisplays a pointer in the resize area of a zero-size column when the ResizeZeroIndicator property is set to Enhanced
ColumnResizeDisplays a pointer in the column resize area
ColumnSplitBarDisplays a pointer over the column split bar
ColumnSplitBoxDisplays a pointer over the column split box
CornerDisplays a pointer within the sheet corner
DragDropAreaDisplays a pointer for drag and drop on the edge of the selection
DragFillDisplays a pointer for drag and fill on the edge of the area
DragFillSeriesDisplays a pointer for drag and fill series on the edge of the area
DuplicateDisplays a pointer for duplicating an object from drag and drop action.
FilterBarDisplays a pointer within a filter bar
FilterBarHeaderDisplays a pointer within a filter bar header
FooterCornerDisplays a pointer within a footer corner
GrayAreaDisplays a pointer over the gray area.
LockedCellDisplays a pointer within a locked cell
MoveDisplays a pointer in moving area of a moveable object.
MovingDisplays a pointer when the object is moving.
NormalDisplays a pointer in the general area within the control
RangeGroupDisplays a pointer over the range group.
RotateDisplays a pointer in rotating area of a rotatable object.
RotatingDisplay a pointer when the object is rotating.
RowColumnSplitBarDisplays a pointer over row and column split bars
RowHeaderDisplays a pointer within a row header
RowOutResizeDisplays a pointer in the resize area of a zero-size row when the ResizeZeroIndicator property is set to Enhanced
RowResizeDisplays a pointer in the row resize area
RowSplitBarDisplays a pointer over the row split bar
RowSplitBoxDisplays a pointer over the row split box
ShapeFreeformDisplays a pointer for adding a new line segment.
ShapeNodeAddDisplays a pointer for adding a new shape node.
ShapeNodeDeleteDisplays a pointer for deleting a shape node.
ShapeNodeMoveDisplay a pointer for moving a shape node.
ShapeScribbleDisplay a pointer for adding a new curve.
ShapeStartAddingDisplays a pointer for start adding a new shape.
TabStripDisplays a pointer in the sheet tabs
TabStripSplitBoxDisplays a pointer over the sheet tabs split box
TitleBarDisplays a pointer over the title and subtitle.
UnavailableDisplays a pointer indicates the action cannot perform.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.CursorType

See Also