Unicode Controls & Classes for VB6 - Version 4

ctlUniTextBoxXP.PasswordChar Property

Gets or sets the password char (the char used to display charachers when the control is used for inserting a password)

Syntax
Public Property Get PasswordChar () As String
Public Property Let PasswordChar (ByVal sPasswordChar As String)
Parameters
Parameter Description
ByVal sPasswordChar As String The password char
Remarks