DesignPropertyDescriptor::CanResetValue Method (Object^)

 

Determines whether or not resetting the object changes its value.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual bool CanResetValue(
	Object^ component
) override

Parameters

component
Type: System::Object^

The component that owns the property.

Return Value

Type: System::Boolean

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

This method calls the base method.

Return to top
Show: