Enum EnterFieldBehavior
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public enum EnterFieldBehavior : int
Fields
| Name | Description |
|---|---|
| RecallSelection | Leaves the selection unchanged. Visually, this uses the selection that was in effect the last time the control was active. |
| SelectAll | Selects the entire contents of the edit region when entering the control (default). |