SilverlightEdit Class
Represents an edit control.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightControl
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightEdit
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Class SilverlightEdit _
Inherits SilverlightControl
public class SilverlightEdit : SilverlightControl
public ref class SilverlightEdit : public SilverlightControl
type SilverlightEdit =
class
inherit SilverlightControl
end
public class SilverlightEdit extends SilverlightControl
The SilverlightEdit type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SilverlightEdit() | Initializes a new instance of the SilverlightEdit class. |
![]() |
SilverlightEdit(UITestControl) | Initializes a new instance of the SilverlightEdit class that has the specified parent. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AcceleratorKey | Gets the shortcut key for the control. (Inherited from SilverlightControl.) |
![]() |
AcceptsReturn | Gets a value that indicates whether the edit control accepts return keys. |
![]() |
AccessKey | Gets the keyboard shortcut for the control. (Inherited from SilverlightControl.) |
![]() |
AutomationId | Gets the automation ID for the control. (Inherited from SilverlightControl.) |
![]() |
BackgroundColor | Gets the background color for the control. (Inherited from SilverlightControl.) |
![]() |
BoundingRectangle | (Inherited from UITestControl.) |
![]() |
ClassName | (Inherited from UITestControl.) |
![]() |
Container | (Inherited from UITestControl.) |
![]() |
ControlType | (Inherited from UITestControl.) |
![]() |
Enabled | (Inherited from UITestControl.) |
![]() |
Exists | (Inherited from UITestControl.) |
![]() |
FilterProperties | (Inherited from UITestControl.) |
![]() |
Font | Gets the font for the control. (Inherited from SilverlightControl.) |
![]() |
ForegroundColor | Gets the foreground color of the control. (Inherited from SilverlightControl.) |
![]() |
FriendlyName | (Inherited from UITestControl.) |
![]() |
HasFocus | (Inherited from UITestControl.) |
![]() |
Height | Gets the height of the control. (Inherited from SilverlightControl.) |
![]() |
HelpText | Gets the Help text for the control. (Inherited from SilverlightControl.) |
![]() |
IsPassword | Gets a value that indicates whether the edit control is a password control. |
![]() |
IsTopParent | (Inherited from UITestControl.) |
![]() |
LabeledBy | Gets the label text for the control. (Inherited from SilverlightControl.) |
![]() |
MaxLength | Gets the maximum number of characters that can be typed into the edit control. |
![]() |
Name | (Inherited from UITestControl.) |
![]() |
NativeElement | (Inherited from UITestControl.) |
![]() |
Password | Sets the text of the password edit control. |
![]() |
PasswordChar | Gets the character that is used to mask password input. |
![]() |
ReadOnly | Gets a value that indicates whether the edit control is read-only. |
![]() |
SearchConfigurations | (Inherited from UITestControl.) |
![]() |
SearchProperties | (Inherited from UITestControl.) |
![]() |
SearchPropertiesSetExplicitly | (Inherited from UITestControl.) |
![]() |
SelectionEnd | Gets or sets or the end of the selected text. |
![]() |
SelectionLength | Gets or sets the length of the selected text. |
![]() |
SelectionStart | Gets or sets the start of the selected text. |
![]() |
SelectionText | Gets or sets the currently selected text. |
![]() |
TechnologyName | (Inherited from UITestControl.) |
![]() |
Text | Gets or sets the text displayed in the edit control. |
![]() |
TextAlignment | Gets a value that represents the alignment of the edit control. |
![]() |
TextWrapping | Gets a value that represents the wrapping of the edit control. |
![]() |
TopParent | (Inherited from UITestControl.) |
![]() |
Width | Gets the width of the control. (Inherited from SilverlightControl.) |
![]() |
WindowHandle | (Inherited from UITestControl.) |
![]() |
WindowTitles | (Inherited from UITestControl.) |
Top
Methods
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace