DhResetButton Class

Methods | This Package | All Packages

Implements a reset button control for HTTP form submission.

Component
  |
  +--DhStyleBase
    |
    +--DhElement
      |
      +--DhButtonBase
        |
        +--DhResetButton

package com.ms.wfc.html

public class DhResetButton
extends DhButtonBase

Remarks

This button resets the state of all controls on a form to the initial values. Adding a DhResetButton object to a DhForm object causes the DhForm to represent an HTML Form element. For more information on Form elements, including reset and submit buttons, see the Internet Client SDK documention. This can be found in the Platform SDK section of the MSDN compact disc under Internet/Intranet/Extranet Services. It can also be found in the MSDN online SDK documentation (https://www.microsoft.com/msdn/sdk/inetsdk/help).

See Also   DhForm, DhSubmitButton