System.ComponentModel.DelegatePropertyDescriptor.ResetValue C# (CSharp) Method

ResetValue() public method

public ResetValue ( object component ) : void
component object
return void
        public override void ResetValue(object component)
        {
            throw new NotImplementedException();
        }