Provides a base class for controls to test the user interface (UI) of Web pages.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControl
    Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlControl
      More...
Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Class HtmlControl _
    Inherits UITestControl
[CLSCompliantAttribute(true)]
public class HtmlControl : UITestControl
[CLSCompliantAttribute(true)]
public ref class HtmlControl : public UITestControl
[<CLSCompliantAttribute(true)>]
type HtmlControl =  
    class 
        inherit UITestControl 
    end
public class HtmlControl extends UITestControl
The HtmlControl type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | HtmlControl() | Initializes a new instance of the HtmlControl class. | 
| .gif) | HtmlControl(UITestControl) | Initializes a new instance of the HtmlControl class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | AccessKey | Gets the value of the AccessKey attribute of this control. | 
| .gif) | BoundingRectangle | (Inherited from UITestControl.) | 
| .gif) | Class | Gets the value of the Class attribute of this control. | 
| .gif) | ClassName | (Inherited from UITestControl.) | 
| .gif) | Container | (Inherited from UITestControl.) | 
| .gif) | ControlDefinition | Gets the definition of the control in the HTML page. | 
| .gif) | ControlType | (Inherited from UITestControl.) | 
| .gif) | Enabled | (Inherited from UITestControl.) | 
| .gif) | Exists | (Inherited from UITestControl.) | 
| .gif) | FilterProperties | (Inherited from UITestControl.) | 
| .gif) | FriendlyName | (Inherited from UITestControl.) | 
| .gif) | HasFocus | (Inherited from UITestControl.) | 
| .gif) | Height | (Inherited from UITestControl.) | 
| .gif) | HelpText | Gets the value of the HelpText attribute of this control. | 
| .gif) | Id | Gets the value of the ID attribute of this control. | 
| .gif) | InnerText | Gets the text content of this control. | 
| .gif) | IsTopParent | (Inherited from UITestControl.) | 
| .gif) | Left | (Inherited from UITestControl.) | 
| .gif) | Name | (Inherited from UITestControl.) | 
| .gif) | NativeElement | (Inherited from UITestControl.) | 
| .gif) | SearchConfigurations | (Inherited from UITestControl.) | 
| .gif) | SearchProperties | (Inherited from UITestControl.) | 
| .gif) | SearchPropertiesSetExplicitly | (Inherited from UITestControl.) | 
| .gif) | State | (Inherited from UITestControl.) | 
| .gif) | TagInstance | Gets the index of the control in the collection of controls on the page that has the same tag name. | 
| .gif) | TagName | Gets the tag name of this control. | 
| .gif) | TechnologyName | (Inherited from UITestControl.) | 
| .gif) | Title | Gets the value of the Title attribute of this control. | 
| .gif) | Top | (Inherited from UITestControl.) | 
| .gif) | TopParent | (Inherited from UITestControl.) | 
| .gif) | Type | Gets the value of the Type attribute of this control. | 
| .gif) | ValueAttribute | Gets the value of the Value attribute of this control. | 
| .gif) | Width | (Inherited from UITestControl.) | 
| .gif) | WindowHandle | (Inherited from UITestControl.) | 
| .gif) | 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.HtmlControls Namespace
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControl
    Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlControl
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlAreaHyperlink
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlButton
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlCell
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlCheckBox
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlComboBox
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlCustom
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlDiv
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlDocument
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlEdit
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlEditableDiv
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlEditableSpan
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlFrame
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlHeaderCell
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlHyperlink
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlIFrame
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlImage
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlInputButton
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlLabel
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlList
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlListItem
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlMedia
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlProgressBar
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlRadioButton
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlRow
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlScrollBar
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlSlider
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlSpan
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlTable
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlTextArea
.gif)