Gets or sets a value indicating whether entered text appears obfucated or as plain text.
Syntax
'Declaration
Public Property Password As Boolean
'Usage
Dim instance As TextField
Dim value As Boolean
instance.Password = value
value = instance.Password
public bool Password {get; set;}
public: __property bool get_Password();
public: __property void set_Password(
bool value
);
public:
property bool Password {
bool get();
void set ( bool value);
}
Property Value
Whether entered text appears obfucated.
See Also