WinEdit Properties

Include Protected Members
Include Inherited Members

The WinEdit type exposes the following members.

Properties

  Name Description
Public property AccessKey Gets the access key that is assigned to this control. (Inherited from WinControl.)
Public property BoundingRectangle Gets the Bounding rectangle for this control. (Inherited from UITestControl.)
Public property ClassName Gets the class name for this control. (Inherited from UITestControl.)
Public property Container Gets or sets the container of this UITestControl. (Inherited from UITestControl.)
Public property ControlId Gets the ID that is assigned to this control. (Inherited from WinControl.)
Public property ControlName Gets the name of this control. (Inherited from WinControl.)
Public property ControlType Gets the type of the UI Control. (Inherited from UITestControl.)
Public property CopyPastedText Gets or sets the text in the text box by using copy-paste.
Public property CurrentLine Gets the line number for the cursor position in a multiline edit control.
Public property Enabled Gets a value that indicates whether this control is enabled. (Inherited from UITestControl.)
Public property Exists Gets a value that indicates whether this control exists on the user interface. (Inherited from UITestControl.)
Public property FilterProperties Gets the property-value pair collection that is used to disambiguate a control. (Inherited from UITestControl.)
Public property FriendlyName Gets the name of this control to use in the user interface. (Inherited from UITestControl.)
Public property HasFocus Gets a value that indicates whether this control currently has the focus in the user interface. (Inherited from UITestControl.)
Public property HelpText Gets the help text that is assigned to this control. (Inherited from WinControl.)
Public property InsertionIndexAbsolute Gets or sets the character position of the caret that is relative to the first character in the control.
Public property InsertionIndexLineRelative Gets the column number of the caret position in the line that contains the caret.
Public property IsPassword Gets a value that indicates whether this edit control contains a password.
Public property IsTopParent Gets a value that indicates whether this control is the top-level element. (Inherited from UITestControl.)
Public property LineCount Gets the number of lines in this edit control.
Public property MaxLength Gets the maximum number of characters that can be typed into this edit control.
Public property Name Gets the name of this control. (Inherited from UITestControl.)
Public property NativeElement Gets the native technology element that corresponds to this control. (Inherited from UITestControl.)
Public property Password Sets the encrypted text of this edit control.
Public property ReadOnly Gets a value that indicates whether this edit control is read-only.
Public property SearchConfigurations Gets or sets search configurations. (Inherited from UITestControl.)
Public property SearchProperties Gets the property-value pair collection that is used to identify a control. (Inherited from UITestControl.)
Protected property SearchPropertiesSetExplicitly Gets a value that indicates whether the search properties for this control were set by the user in the user interface. (Inherited from UITestControl.)
Public property SelectionEnd Gets or sets the end point for selected text.
Public property SelectionStart Gets or sets the start point for selected text.
Public property SelectionText Gets or sets the content of the selected text.
Public property TechnologyName Gets or sets the technology framework that implements this control. (Inherited from UITestControl.)
Public property Text Gets or sets the text in this edit control.
Public property TopParent Gets the top-level parent of this control. (Inherited from UITestControl.)
Public property WindowHandle Gets the window handle for this control. (Inherited from UITestControl.)
Public property WindowTitles Gets a collection of the window titles of the top-level window. (Inherited from UITestControl.)

Top

See Also

Reference

WinEdit Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace