Indicates why cell editing is interrupted
Namespace: Dapfor.Net.EditorsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public enum StopEditReason |
Visual Basic |
---|
Public Enumeration StopEditReason |
Visual C++ |
---|
public enum class StopEditReason |
F# |
---|
type StopEditReason |
Members
Member name | Value | Description | |
---|---|---|---|
Undefined | 0 | The reason is not specified | |
Enter | 1 | End user typed 'Enter' key | |
SelectValue | 2 | End user selected value | |
Tab | 3 | End user typed 'Tab' key | |
ShiftTab | 4 | End user typed 'Shift+Tab' key | |
Escape | 5 | End user typed 'Escape' key | |
KillFocus | 6 | The edit control lost the focus | |
CloseControl | 7 | The edit control is closed | |
RButtonOutsideClick | 8 | End user clicked outside the edit control with the right botton | |
LButtonOutsideClick | 9 | End user clicked outside the edit control with the left botton | |
MButtonOutsideClick | 10 | End user clicked outside the edit control with the middle botton | |
UserStop | 11 | The user ends editing the control | |
Exception | 12 | An exception occurs while cell editing operation. |