Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / PasswordChar Property


In This Topic
PasswordChar Property (GeneralEditor)
In This Topic
Gets or sets which character to substitute when the user types in a password.
Syntax
'Declaration
 
Public Property PasswordChar As Char
 
'Usage
 
Dim instance As GeneralEditor
Dim value As Char
 
instance.PasswordChar = value
 
value = instance.PasswordChar
See Also