Skip to main content
A newer version of this page is available. .

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 the specified parameter and the editor for this parameter.
ParameterInfo(Parameter, Control) parameter, editor Initializes a new instance of the ParameterInfo class with the specified parameter and the editor for this parameter.
See Also