PFButtonControlMode Enumeration |
Namespace: Packflow.Core
public enum PFButtonControlMode
| 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. |