Click or drag to resize

PFFieldChoice_CreationMode Enumeration

Defines which kind of UI is used for a value creation from a choice field.

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 PFFieldChoice_CreationMode
Members
  Member nameValueDescription
SimpleForm0 A simple dialog with one text field.
ModalForm1 The full content-type form, opened in a frame.
See Also