Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.