When disabled, the type of method to disable the element.
| C# |
public enum DisableMethodType
| Member | Description |
|---|---|
| Opacity |
Use opacity to display as disabled.
|
| Hide |
Hide the element when disabled.
|
| C# |
public enum DisableMethodType
| Member | Description |
|---|---|
| Opacity |
Use opacity to display as disabled.
|
| Hide |
Hide the element when disabled.
|