suite4.net.FormDatabase Documentation

LoaderControl.Reset Method 

Resets the LoaderControl to the state it was in immediately after construction and discards all changes made during the lifetime of the LoaderControl instance.

[Visual Basic]
Public Sub Reset()
[C#]
public void Reset();

Remarks

Reference types are set to NULL (Nothing in Visual Basic), value types are set to their default values.

See Also

LoaderControl Class | suite4.net.FormDatabase Namespace