IRadPasswordBox Interface

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Represents the RadPasswordBox control wrapper for WPF interface.

Namespace:  Telerik.WebAii.Controls.Xaml.Input.RadPasswordBox
Assembly:  Telerik.WebAii.Controls.Xaml.Wpf (in Telerik.WebAii.Controls.Xaml.Wpf.dll) Version: 2012.1.719.0 (2012.1.719.0)
Syntax

public interface IRadPasswordBox : IRadWatermarkTextBox, 
	ITextBox, IFrameworkElement, ITargetElement

The IRadPasswordBox type exposes the following members.

Properties

  NameDescription
Public propertyAbsoluteSiblingTagIndex (Inherited from IFrameworkElement.)
Public propertyActualHeight (Inherited from IFrameworkElement.)
Public propertyActualWidth (Inherited from IFrameworkElement.)
Public propertyComputedVisibility (Inherited from IFrameworkElement.)
Public propertyDepth
Get the depth within the tree.
(Inherited from ITargetElement.)
Public propertyFind (Inherited from IFrameworkElement.)
Public propertyHost
Get the automation host.
(Inherited from ITargetElement.)
Public propertyIsPasswordVisible
Gets a value indicating whether the password is visible or not.
Public propertyIsTestRegion
Get whether this element is a test region or not
(Inherited from ITargetElement.)
Public propertyIsWatermarkVisible
Check if the WatermarkTextBox Watermark is visible.
(Inherited from IRadWatermarkTextBox.)
Public propertyName (Inherited from IFrameworkElement.)
Public propertyParsedElement
Get the parsed element
(Inherited from ITargetElement.)
Public propertyPassword
Gets the current password.
Public propertyPasswordChar
Gets the char that is used to used for displaying the password.
Public propertyShowPasswordButton
Gets the button that is used to show the password.
Public propertyTechnologyType
Get the technology type of this element.
(Inherited from ITargetElement.)
Public propertyText
Get/set the text of the TextBox via automation property.
(Inherited from ITextBox.)
Public propertyTextBlockContent
Gets the text from all the inner TextBlock elements.
(Inherited from IFrameworkElement.)
Public propertyTextLiteralContent
Gets the literal text content of this framework element if any.
(Inherited from IFrameworkElement.)
Public propertyToolTipText (Inherited from IFrameworkElement.)
Public propertyUid
Unique identifier for this control in its application. For internal use.
(Inherited from IFrameworkElement.)
Public propertyUser (Inherited from IFrameworkElement.)
Public propertyWait (Inherited from IFrameworkElement.)
Public propertyWaterMark
Get the Watermark of the textbox.
(Inherited from IRadWatermarkTextBox.)
Public propertyWatermarkVisualElement
Gets the elements that holds the password.
Top
Methods

  NameDescription
Public methodAddChildNode
Add a child node to this element.
(Inherited from ITargetElement.)
Public methodAssignReference (Inherited from IFrameworkElement.)
Public methodCapture
Return the visual representation of this element
(Inherited from ITargetElement.)
Public methodCastAsT (Inherited from IFrameworkElement.)
Public methodGetAutomationProperty (Inherited from IFrameworkElement.)
Public methodGetChildren
Get the children of this element.
(Inherited from ITargetElement.)
Public methodGetHostParent
Gets the ITargetElement representing the host of this element in an outer container, if one exists. For example, this will return an IFRAME element for a page contained within an IFRAME on another page.
(Inherited from ITargetElement.)
Public methodGetParent
Gets the parent of this element.
(Inherited from ITargetElement.)
Public methodGetPropertyT (Inherited from IFrameworkElement.)
Public methodGetPropertyTypeSafe (Inherited from IFrameworkElement.)
Public methodGetRectangle
Return the rectangle of this element
(Inherited from ITargetElement.)
Public methodGetStringPresentation
Return a string representation of this element
(Inherited from ITargetElement.)
Public methodGetUniqueHashCode
Returns a unique ID that identifies this target element.
(Inherited from ITargetElement.)
Public methodMatch
Match this target element against an expression.
(Inherited from ITargetElement.)
Public methodParentT (Inherited from IFrameworkElement.)
Public methodRefresh
Ensure current state.
(Inherited from ITargetElement.)
Public methodSetClosingTag
Set the closing tag for this element.
(Inherited from ITargetElement.)
Public methodSetDepth
Set the depth of this element.
(Inherited from ITargetElement.)
Public methodSetFindInfo (Inherited from IFrameworkElement.)
Public methodSetFocus
Sets keyboard focus to this element
(Inherited from IFrameworkElement.)
Public methodSetParent
Set the parent of this node.
(Inherited from ITargetElement.)
Public methodSetProperty (Inherited from IFrameworkElement.)
Public methodSetProxy (Inherited from IFrameworkElement.)
Public methodSetText
Sets or types a new text into the TextBox.
(Inherited from ITextBox.)
Public methodSetUid (Inherited from IFrameworkElement.)
Public methodSetXamlTag (Inherited from IFrameworkElement.)
Top
See Also

Reference