Reset Method
Resets all properties to their defaults.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
This method resets the values of all properties (and all special fields) to their defaults.
After calling this method, the component may be reused as if it were newly created.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the Xamarin environment.