| Visual Basic (Declaration) | |
|---|---|
Public Enum CursorType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum CursorType : Enum | |
| Member | Description |
|---|---|
| Normal | Displays a pointer in the general area within the control |
| RowResize | Displays a pointer in the row resize area |
| ColumnResize | Displays a pointer in the column resize area |
| LockedCell | Displays a pointer within a locked cell |
| ColumnHeader | Displays a pointer within a column header |
| ColumnFooter | Displays a pointer within a column footer |
| FooterCorner | Displays a pointer within a footer corner |
| RowHeader | Displays a pointer within a row header |
| DragDropArea | Displays a pointer on the edge of the selection to drag and drop |
| Corner | Displays a pointer within the sheet corner |
| TabStrip | Displays a pointer in the sheet tabs |
| DragFill | Displays a pointer on the edge of the area to drag and fill |
| RowColumnSplitBar | Displays a pointer over row and column split bars |
| RowSplitBar | Displays a pointer over the row split bar |
| ColumnSplitBar | Displays a pointer over the column split bar |
| RowSplitBox | Displays a pointer over the row split box |
| ColumnSplitBox | Displays a pointer over the column split box |
| TabStripSplitBox | Displays a pointer over the sheet tabs split box |
| RangeGroup | Displays a pointer over the Range Group. |
| TitleBar | Displays a pointer over the Title and Subtitle. |
| GrayArea | Displays a pointer over the gray area. |
| C# | Copy Code |
|---|---|
FarPoint.Win.Spread.FpSpread fpSpread1 = new FarPoint.Win.Spread.FpSpread(); | |
| Visual Basic | Copy Code |
|---|---|
Dim fpSpread1 As New FarPoint.Win.Spread.FpSpread() | |
This enumeration allows you to display a different pointer over each different area.
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.CursorType
Reference
FarPoint.Win.Spread NamespaceGetCursor Method (FpSpread)
SetCursor Method (FpSpread)