DesignPropertyDescriptor.ResetValue(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegates to base.
public:
override void ResetValue(System::Object ^ component);
public:
override void ResetValue(Platform::Object ^ component);
override void ResetValue(winrt::Windows::Foundation::IInspectable const & component);
public override void ResetValue (object component);
override this.ResetValue : obj -> unit
Public Overrides Sub ResetValue (component As Object)
Parameters
- component
- Object
The component that owns the property.
Remarks
This method calls the base method.