ParticleEditorControls.TypeConverters.EnumToString.GetStandardValuesSupported C# (CSharp) Méthode

GetStandardValuesSupported() public méthode

public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Résultat bool
        public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
        {
            return true;
        }