NetXP 3.0 Reference

Utility.SetXPPasswordChar Method 

Sets the XP-style password character for text boxes, used instead of the standard asterisk character on Windows XP.

[Visual Basic]
Public Shared Sub SetXPPasswordChar( _
   ByVal textBox As TextBox _
)
[C#]
public static void SetXPPasswordChar(
   TextBox textBox
);

Parameters

textBox
Textbox for which to set the XP-style password char.

See Also

Utility Class | NETXP.Library Namespace