LocalizablePropertyDescriptor.CanResetValue(Object) Method

Definition

Whether resetting an object changes its value

public override bool CanResetValue (object component);
override this.CanResetValue : obj -> bool
Public Overrides Function CanResetValue (component As Object) As Boolean

Parameters

component
Object

The object to test for reset capability

Returns

true if value can be reset, false otherwise

Remarks

Property can't be reset using this descriptor

Applies to