System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor.CanResetValue C# (CSharp) Method

CanResetValue() public method

public CanResetValue ( object component ) : bool
component object
return bool
                public override bool CanResetValue(object component)
                {
                    return _property.CanResetValue(_target);
                }
DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor