public NNodeSurrogateEditor CreateCompatibleTypesEditor( NEditor editor, System.object value, System.bool allowNull, System.bool allowAutomatic, NLocalizedString title )
Parameters
- editor
- editor that will own the created editor
- 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