AnimatGuiCtrls.Controls.PropertyBag.PropertySpecDescriptor.ResetValue C# (CSharp) Method

ResetValue() public method

public ResetValue ( object component ) : void
component object
return void
            public override void ResetValue(object component)
            {
                SetValue(component, item.DefaultValue);
            }