Enum Cycle
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public enum Cycle : int
Remarks
2.5.16.1 fmCycle
Fields
Name | Description |
---|---|
AllForms | The focus is next set to the first control on the next form, returning to the first control of this form only after all controls on all other forms have been reached. |
CurrentForm | The focus is next set to the first control on this form, ignoring other forms. |