Removes changed of the default values of the component. You can remove changes only in run-time mode (then Active == false)

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Public Sub RemoveDefaultValues ( _
	component As IComponent _
)
C#
public void RemoveDefaultValues(
	IComponent component
)
Visual C++
public:
void RemoveDefaultValues(
	IComponent^ component
)
JavaScript
function removeDefaultValues(component);

Parameters

component
Type: System.ComponentModel..::.IComponent
The component to remove changed default values

See Also