Click or drag to resize

PFFieldControlMode Enumeration

Describes the level of interaction allowed in a form for a field control.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFFieldControlMode
Members
  Member nameValueDescription
Hidden0 The control is not displayed.
Editable1 The control is displayed and editable.
Disabled2 The control is displayed but not editable.
See Also