Reset method
Indicates that the user clicked the form's reset button and that the element behavior should reset its values to the values in place when the form was loaded.
Syntax
HRESULT retVal = object.Reset();
Parameters
This method has no parameters.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
See also
Show: