IXRPasswordBox (Windows Embedded CE 6.0)
1/6/2010
This class represents a control for users to enter passwords.
Syntax
class IXRPasswordBox : public IXRControl
Methods
Method | Description |
---|---|
Attaches a delegate to the PasswordChanged event for this password box. When the PasswordChanged event is raised by this password box, this delegate will be invoked. |
|
Retrieves the font source that is applied to this password box for displaying content. |
|
Retrieves the maximum length for passwords to be handled by this password box. |
|
Retrieves the password currently held by this password box. |
|
Retrieves the masking character for this password box. |
|
Retrieves the Brush used to paint the background for the selected text in this password box |
|
Retrieves the Brush used to paint the selected text in this password box. |
|
Removes a delegate from the PasswordChanged event for this password box. |
|
Selects all the characters in this password box. |
|
Sets the font source that is applied to this password box for displaying content. |
|
Sets the maximum length for passwords to be handled by this password box. |
|
Sets the password to hold in this password box. |
|
Sets the masking character for this password box. |
|
Sets the Brush used to paint the background for the selected text in this password box. |
|
Sets the Brush used to paint the selected text in this password box. |
Remarks
A user can enter a single line of non-wrapping content in an IXRPasswordBox control. The user cannot view the entered text; only password characters that represent the text are displayed. You can specify the password character by using IXRPasswordBox::SetPasswordChar.
The content displayed in this password box control is the string that can be accessed through IXRPasswordBox::GetPassword.
You can use the IXRTextBlock control to provide labels for this password box.
You can also define a password-box control in Microsoft Silverlight 2 XAML. For information about the differences between XAML in Silverlight for Windows Embedded and Silverlight 2, see Differences Between Silverlight for the Web and Silverlight for Windows Embedded. For more information about how to define this element in the source XAML for your application, see this Microsoft Web site.
Inheritance Hierarchy
IXRPasswordBox
.NET Framework Equivalent
System.Windows.Controls.PasswordBox
Requirements
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |
See Also
Reference
Classes for UI Element Management