LookUpValue Constructors
A parameter’s value that is shown in its look-up editor for end-users.| Name | Parameters | Description |
|---|---|---|
| LookUpValue() | none | Initializes a new instance of the LookUpValue class with the default settings. |
| LookUpValue(Object, String) | value, description | Initializes a new instance of the LookUpValue class with the specified settings. |
See Also