<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >SetShowPasswordChar |
Sets whether the show password characters.
Prototype :
void SetShowPasswordChar
(
bool ShowPasswordChar
)
Arguments :
ShowPasswordChar |
True for show password charaters |
Reference :
If set the argument value of ShowPasswordChar to "true", Multi Line will be set to "false".
Example :
This.SetShowPasswordChar(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind
See also :