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

ResetValue() public method

Delegates to base.
public ResetValue ( object component ) : void
component object
return void
        public override void ResetValue(object component)
        {
            this.property.ResetValue(component);
        }