Reset Method  
 

Reset the internal state of the control.

Syntax

object.Reset

Parameters

None.

Return Value

None.

Remarks

The Reset method resets the internal state of the control. Property values are initialized to their internal defaults and any handles allocated by the control will be released.

See Also

Initialize Method, Uninitialize Method