Reset Method
Resets the component properties.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
This method resets all message and key properties to their default values.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the WinRT environment.