ParameterInfo Constructors
Represents a class containing information about a specific parameter and its editor.| Name | Parameters | Description |
|---|---|---|
| ParameterInfo(Parameter, Function<Control, Parameter>) | parameter, createEditor | Initializes a new instance of the ParameterInfo class with specified settings. |
| ParameterInfo(Parameter, Control) | parameter, editor | Initializes a new instance of the ParameterInfo class with specified settings. |
See Also