Skip to content

PasswordChar Property

Description

Gets or sets a value that determines whether characters typed by a user or placeholder characters are displayed in the Flat Edit control.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property PasswordChar() As String

Remarks

Use this property to create a password field edit box. Although you can use any character, most Windows-based applications use the asterisk (*).

This property doesn't affect the Text property. The text contains exactly what the user types or what was set from code. Set PasswordChar to a zero-length string (""), which is the default, to display the actual text.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.