Microsoft SDK for Java

DhEdit.getPassword

Indicates whether the edit control is being used for password input and must conceal its value.

Syntax

public boolean getPassword()

Remarks

Password edit boxes behave like single line edit boxes. However, their contents are masked by the asterisk (*) and are not displayed at run time.

See Also   setPassword

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