When overridden in a derived class, resets the value for this property of the component to the default value.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public override void ResetValue(
	Object component
)
Visual Basic
Public Overrides Sub ResetValue ( 
	component As Object
)
Visual C++
public:
virtual void ResetValue(
	Object^ component
) override
F#
abstract ResetValue : 
        component : Object -> unit 
override ResetValue : 
        component : Object -> unit 

Parameters

component
Type: System..::..Object
The component with the property value that is to be reset to the default value.

See Also