Click or drag to resize

WebFormButtonControlMode Enumeration

Identifies the display mode of a button.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum WebFormButtonControlMode
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