Reset Method
Resets the internal state of the component and all properties to their default values.
Syntax
public void Reset();
Public Sub Reset()
Remarks
The Reset method does not have any parameters and does not return any value.
|
Reset MethodResets the internal state of the component and all properties to their default values. Syntaxpublic void Reset(); Public Sub Reset() RemarksThe Reset method does not have any parameters and does not return any value. |