public virtual NNodeSurrogateEditor CreateCompatibleTypesEditor( NEditorContext context, System.object value, System.bool allowNull, System.bool allowAutomatic, NLocalizedString title )
Parameters
- context
- value
- The value to edit. Can be a node, which is a valid instance of a designer compatible types, null if allowNull is true or NNode.ClearValueObject is allowAutomatic is true.
- allowNull
- whether to allow null values
- allowAutomatic
- whether to allow automatic values (e.g. NNode.ClearValueObject)
- title
- the title of the editor