Alloy.Models.Properties.PropertyStringList.CreatePropertyControl C# (CSharp) Méthode

CreatePropertyControl() public méthode

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