Reset Method
Reset the component.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
This method will reset the component properties to their default value when called.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the WinRT environment.