Initial cause of cell editing
Namespace: Dapfor.Net.EditorsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public enum StartEditReason |
| Visual Basic |
|---|
Public Enumeration StartEditReason |
| Visual C++ |
|---|
public enum class StartEditReason |
| F# |
|---|
type StartEditReason |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | 0 | The reason is not specified | |
| LButtonClick | 1 | The end-user has clicked on the cell with the left mouse button | |
| RButtonClick | 2 | The end-user has clicked on the cell with the right mouse button | |
| Navigation | 3 | Editing the new cell is automatically started after the end of editing the previous one. |