Indices into a field spec as part of a layout spec.
In a field spec each part is separated by a '!'.
A layout spec starts with a version number in the form vX where X is
the version number followed by a ';' followed by a series of field
specs with each field spec separated by a ';'.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax Public Enumeration DesignParts
Members
| Member name | Value | Description |
---|
| KeyAndCtrlPos | 0 | The control coordinates: left, top, width, height |
| LabelPos | 1 | The label coordinates: left, top, width, height |
| LayoutFlags | 2 | Flags, h=hide-control, l=hide-label |
| TabIndex | 3 | Tab index |
| Style | 4 | Custom HTML style |
| Group | 5 | Group name, if any |
See Also