Removes changed of the default values of the type. 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 ( _
componentType As Type _
) |
| C# |
|---|
public void RemoveDefaultValues(
Type componentType
) |
| Visual C++ |
|---|
public:
void RemoveDefaultValues(
Type^ componentType
) |
| JavaScript |
|---|
function removeDefaultValues(componentType); |
Parameters
- componentType
- Type: System..::.Type
The type to remove changed default values
See Also