visual studio 2010 - If a radiobutton is checked,then use the hidden password characters -
i wondering if possible like:
if "radiobutton1" checked, have display text in "textbox2.text" password characters.
is possible?
use usesystempasswordchar
property:
textbox2.usesystempasswordchar = (radiobutton1.checked);
Comments
Post a Comment