Click or drag to resize

PFButtonControlMode Enumeration

Describes the level of interaction allowed in a form for a button.

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 PFButtonControlMode
Members
  Member nameValueDescription
Hidden0 The button is not displayed.
Disabled1 The button is displayed but not clickable.
Clickable2 The button is displayed and can be used.
See Also