Microsoft.VisualStudio.Project.DesignPropertyDescriptor.CanResetValue C# (CSharp) Method

CanResetValue() public method

Delegates to base.
public CanResetValue ( object component ) : bool
component object
return bool
        public override bool CanResetValue(object component)
        {
            bool result = this.property.CanResetValue(component);
            return result;
        }