TabOrderAttrs Enumeration |
Flags used to control how the mapper assigns automatic TabIndex ordering to
fields in a detail form. Note that these only apply when
NoTabOrdering is
not set.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum TabOrderAttrs
<FlagsAttribute>
Public Enumeration TabOrderAttrs
Members
| Member name | Value | Description |
---|
| TopToBottom | 1 | Fields should be ordered top-to-bottom vs. the default of left-to-right. |
| OmitLockedFields | 2 | Do not include locked fields in the tab ordering (overrides TabOrderLockedFields AppAppearance setting). |
| IgnoreGrouping | 4 | Do not calculate tab order based on control grouping. |
| IncludeLabels | 8 | Include label controls in the tab order. |
| IncludeUnpositioned | 16 | Include elements that are not absolutely positioned. |
| IncludeLockedFields | 32 | Do include locked fields in the tab ordering (overrides TabOrderLockedFields AppAppearance setting). |
See Also