Interface
IRadPasswordBox

Represents the RadPasswordBox control wrapper for WPF interface.

Definition

Namespace:Telerik.WebAii.Controls.Xaml.Input.RadPasswordBox

Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll

Syntax:

cs-api-definition
public interface IRadPasswordBox : IRadWatermarkTextBox, ITextBox, IFrameworkElement, ITargetElement

Derived Classes: RadPasswordBox

Inherited Members IRadWatermarkTextBox.WaterMarkIRadWatermarkTextBox.IsWatermarkVisibleITextBox.SetText(bool, string, int, int, bool, bool)ITextBox.TextIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

IsPasswordVisible

Gets a value indicating whether the password is visible or not.

Declaration

cs-api-definition
bool IsPasswordVisible { get; }

Property Value

bool

Password

Gets the current password.

Declaration

cs-api-definition
string Password { get; }

Property Value

string

PasswordChar

Gets the char that is used to used for displaying the password.

Declaration

cs-api-definition
char PasswordChar { get; }

Property Value

char

ShowPasswordButton

Gets the button that is used to show the password.

Declaration

cs-api-definition
RadButton ShowPasswordButton { get; }

Property Value

RadButton

WatermarkVisualElement

Gets the elements that holds the password.

Declaration

cs-api-definition
RadWatermarkTextBox WatermarkVisualElement { get; }

Property Value

RadWatermarkTextBox