Methods | This Package | All Packages

DhEdit Class

Implements an HTML edit box control.

Component
  |
  +--DhStyleBase
     |
     +--DhElement
        |
        +--DhEdit

package com.ms.wfc.html

public class DhEdit
extends
DhElement

Remarks

Edit boxes can be multiline, single line, or single line password styles. Password edit boxes behave like single line edit boxes. However, their contents are masked by the asterisk (*) and are not displayed in the HTML representation at run time.