Reset Method
Resets the internal state of the component and all properties to their default values.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
The Reset method does not have any parameters and does not return any value.
The Reset method does not have any parameters and does not return any value.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the Xamarin environment.