Click or drag to resize

PFFormMode Enumeration

Identifies the purpose of a form.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public enum PFFormMode
Members
  Member nameValueDescription
New0 The form displays an object being created.
Edit1 The form displays an object to modify.
ReadOnly2 The form displays an object, without modification capacity.
Print3 The form displays an object, without modification capacity, in a print-friendly view.
See Also