Enum ParameterDisplayType
public enum ParameterDisplayType
Fields
Disabled = 2
The parameter is disabled and should be grayed out.
Enabled = 1
The parameter is enabled.
Undefined = 0
No display type specified. In general, you should never encounter this value.