HtmlEditableSpan Properties

Include Protected Members
Include Inherited Members

The HtmlEditableSpan type exposes the following members.

Properties

  Name Description
Public property AccessKey Gets the value of the AccessKey attribute of this control. (Inherited from HtmlControl.)
Public property BoundingRectangle Gets the Bounding rectangle for this control. (Inherited from UITestControl.)
Public property Class Gets the value of the Class attribute of this control. (Inherited from HtmlControl.)
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 ControlDefinition Gets the definition of the control in the HTML page. (Inherited from HtmlControl.)
Public property ControlType Gets the type of the UI Control. (Inherited from UITestControl.)
Public property CopyPastedText Gets or sets the text in the span by using copy-paste.
Public property DefaultText Gets the default text for this 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 Height Gets height of the control. (Inherited from UITestControl.)
Public property HelpText Gets the value of the HelpText attribute of this control. (Inherited from HtmlControl.)
Public property Id Gets the value of the ID attribute of this control. (Inherited from HtmlControl.)
Public property InnerText Gets the text content of this control. (Inherited from HtmlControl.)
Public property IsPassword Gets a value that indicates whether this control is a password control.
Public property IsTopParent Gets a value that indicates whether this control is the top-level element. (Inherited from UITestControl.)
Public property LabeledBy Gets the label text for this control.
Public property Left Gets the x-coordinate of the left edge of the control. (Inherited from UITestControl.)
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 Gets the encoded contents of the control.
Public property ReadOnly Gets a value that indicates whether this 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 State Gets the state of the control. (Inherited from UITestControl.)
Public property TagInstance Gets the index of the control in the collection of controls on the page that has the same tag name. (Inherited from HtmlControl.)
Public property TagName Gets the tag name of this control. (Inherited from HtmlControl.)
Public property TechnologyName Gets or sets the technology framework that implements this control. (Inherited from UITestControl.)
Public property Text Gets the text in the control.
Public property Title Gets the value of the Title attribute of this control. (Inherited from HtmlControl.)
Public property Top Gets the x-coordinate of the top edge of the control. (Inherited from UITestControl.)
Public property TopParent Gets the top-level parent of this control. (Inherited from UITestControl.)
Public property Type Gets the value of the Type attribute of this control. (Inherited from HtmlControl.)
Public property ValueAttribute Gets the value of the Value attribute of this control. (Inherited from HtmlControl.)
Public property Width Gets width of the 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

HtmlEditableSpan Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace