Alloy.Models.Properties.PropertyStringList.CreatePropertyControl C# (CSharp) 메소드

CreatePropertyControl() 공개 메소드

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