ATMLCommonLibrary.forms.DictionaryPropertyDescriptor.CanResetValue C# (CSharp) Méthode

CanResetValue() public méthode

public CanResetValue ( object component ) : bool
component object
Résultat bool
        public override bool CanResetValue(object component)
        {
            return false;
        }