System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor.ResetValue C# (CSharp) Метод

ResetValue() публичный Метод

public ResetValue ( object component ) : void
component object
Результат void
                public override void ResetValue(object component)
                {
                    _property.ResetValue(_target);
                }
DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor