suite4.net.FormDatabase Documentation

LoaderForm.Reset Method 

Resets the LoaderForm to the state it was in immediately after construction and discards all changes made during the lifetime of the LoaderForm 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

LoaderForm Class | suite4.net.FormDatabase Namespace