Archetype.PropertyEditors.ArchetypePropertyEditor.CreateValueEditor C# (CSharp) Method

CreateValueEditor() protected method

Creates a value editor instance
protected CreateValueEditor ( ) : Umbraco.Core.PropertyEditors.PropertyValueEditor
return Umbraco.Core.PropertyEditors.PropertyValueEditor
        protected override PropertyValueEditor CreateValueEditor()
        {
            return new ArchetypePropertyValueEditor(base.CreateValueEditor());
        }