Click or drag to resize

PFApplicationSettings_FormsAccessibility Enumeration

Describes the accessibility of an application's forms.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataContractAttribute]
public enum PFApplicationSettings_FormsAccessibility
Members
  Member nameValueDescription
None0 No access.
ReadOnly1 Access limited to read-only.
Normal2 Normal access - no additional restrictions.
See Also