System.ComponentModel.Design.DesignerOptionService.DesignerOptionConverter.OptionPropertyDescriptor.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;
                }
DesignerOptionService.DesignerOptionConverter.OptionPropertyDescriptor