WebFormButtonControlMode Enumeration |
Namespace: Packflow.Modeling
public enum WebFormButtonControlMode
Member name | Value | Description | |
---|---|---|---|
Hidden | 0 | The button is not displayed. | |
Disabled | 1 | The button is displayed but not clickable. | |
Clickable | 2 | The button is displayed and can be used. |