GraphNodeIdPropertyDescriptor.CanResetValue(Object) Method

Definition

Returns whether resetting an object changes its value

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

Parameters

component
Object

The component to test for reset capability

Returns

true if resetting the component changes its value; otherwise, false

Applies to