DesignPropertyDescriptor::ResetValue Method (Object^)

 

Resets the value to the default value.

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

public:
virtual void ResetValue(
	Object^ component
) override

Parameters

component
Type: System::Object^

The component that owns the property.

This method calls the base method.

Return to top
Show: