System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor.ResetValue C# (CSharp) Méthode

ResetValue() public méthode

public ResetValue ( object component ) : void
component object
Résultat void
                public override void ResetValue(object component)
                {
                    _property.ResetValue(_target);
                }
DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor