Alloy.Models.Properties.PropertyStringList.CreatePropertyControl C# (CSharp) Method

CreatePropertyControl() public method

public CreatePropertyControl ( ) : IPropertyControl
return IPropertyControl
        public override IPropertyControl CreatePropertyControl()
        {
            //No support for legacy edit mode
            return null;
        }