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