Click or drag to resize

DesignParts Enumeration

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 enum DesignParts
Members
  Member nameValueDescription
KeyAndCtrlPos0The control coordinates: left, top, width, height
LabelPos1The label coordinates: left, top, width, height
LayoutFlags2Flags, h=hide-control, l=hide-label
TabIndex3Tab index
Style4Custom HTML style
Group5Group name, if any
See Also