Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace
This namespace provides classes that represent controls within the Visual Studio Test Professional framework when testing the UI in Windows applications.
| Class | Description | |
|---|---|---|
![]() | WinButton::PropertyNames | Contains a field for each property of the WinButton user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinCalendar::PropertyNames | Contains a field for each property of the WinCalendar user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinCell::PropertyNames | Contains a field for each property of the WinCell user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinCheckBox::PropertyNames | Contains a field for each property of the WinCheckBox user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinCheckBoxTreeItem::PropertyNames | Contains a field for each property of the WinCheckBoxTreeItem user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinComboBox::PropertyNames | Contains a field for each property of the WinComboBox user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinControl::PropertyNames | Contains a field for each property of the WinControl user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinDateTimePicker::PropertyNames | Contains a field for each property of the WinDateTimePicker user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinEdit::PropertyNames | Contains a field for each property of the WinEdit user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinHyperlink::PropertyNames | Contains a field for each property of the WinHyperlink user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinList::PropertyNames | Contains a field for each property of the WinList user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinListItem::PropertyNames | Contains a field for each property of the WinListItem user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinMenu::PropertyNames | Contains a field for each property of the WinMenu user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinMenuBar::PropertyNames | Contains a field for each property of the WinMenuBar user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinMenuItem::PropertyNames | Contains a field for each property of the WinMenuItem user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinProgressBar::PropertyNames | Contains a field for each property of the WinProgressBar user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinRadioButton::PropertyNames | Contains a field for each property of the WinRadioButton user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinRow::PropertyNames | Contains a field for each property of the WinRow user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinRowHeader::PropertyNames | Contains a field for each property of the WinRowHeader user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinScrollBar::PropertyNames | Contains a field for each property of the WinScrollBar user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinSlider::PropertyNames | Contains a field for each property of the WinSlider user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinSpinner::PropertyNames | Contains a field for each property of the WinSpinner user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinStatusBar::PropertyNames | Contains a field for each property of the WinStatusBar user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinTable::PropertyNames | Contains a field for each property of the WinTable user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinTabList::PropertyNames | Contains a field for each property of the WinTabList user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinTabPage::PropertyNames | Contains a field for each property of the WinTabPage user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinText::PropertyNames | Contains a field for each property of the WinText user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinTitleBar::PropertyNames | Contains a field for each property of the WinTitleBar user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinToolBar::PropertyNames | Contains a field for each property of the WinToolBar user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinTree::PropertyNames | Contains a field for each property of the WinTree user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinTreeItem::PropertyNames | Contains a field for each property of the WinTreeItem user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinWindow::PropertyNames | Contains a field for each property of the WinWindow user interface (UI) testing control where each field is named for, and returns, the name of the corresponding property. |
![]() | WinButton | Represents a button control to test the user interface (UI) of Windows Forms. |
![]() | WinCalendar | Represents a calendar control to test the user interface (UI) of Windows Forms. |
![]() | WinCell | Represents a cell control to test the user interface (UI) of Windows Forms. |
![]() | WinCheckBox | Represents a check box control to test the user interface (UI) of Windows Forms. |
![]() | WinCheckBoxTreeItem | Represents a check box tree item control to test the user interface (UI) of Windows Forms. |
![]() | WinClient | Represents a client control to test the user interface (UI) of Windows Forms. |
![]() | WinColumnHeader | Represents a button control to test the user interface (UI) of Windows Forms. |
![]() | WinComboBox | Represents a combo box control to test the user interface (UI) of Windows Forms. |
![]() | WinControl | Represents an internal base class for testing controls on Windows Forms. |
![]() | WinCustom | Represents a custom control to test the user interface (UI) of Windows Forms. |
![]() | WinDateTimePicker | Represents a control for selecting a date or time in the user interface (UI) of Windows Forms. |
![]() | WinEdit | Represents an edit control to test the user interface (UI) of Windows Forms. |
![]() | WinGroup | Represents a group control to test the user interface (UI) of Windows Forms. |
![]() | WinHyperlink | Represents a Windows hyperlink control to test the user interface (UI) of Windows Forms. |
![]() | WinList | Represents a list control to test the user interface (UI) of Windows Forms. |
![]() | WinListItem | Represents a list item control to test the user interface (UI) of Windows Forms. |
![]() | WinMenu | Represents a menu control to test the user interface (UI) of Windows Forms. |
![]() | WinMenuBar | Represents a menu bar control to test the user interface (UI) of Windows Forms. |
![]() | WinMenuItem | Represents a menu item control to test the user interface (UI) of Windows Forms. |
![]() | WinPane | Represents a button control to test the user interface (UI) of Windows Forms. |
![]() | WinProgressBar | Represents a progress bar control to test the user interface (UI) of Windows Forms. |
![]() | WinRadioButton | Represents a radio button control to test the user interface (UI) of Windows Forms. |
![]() | WinRow | Represents a table row control to test the user interface (UI) of Windows Forms. |
![]() | WinRowHeader | Represents a row header control to test the user interface (UI) of Windows Forms. |
![]() | WinScrollBar | Represents a scroll bar control to test the user interface (UI) of Windows Forms. |
![]() | WinSeparator | Represents a separator control to test the user interface (UI) of Windows Forms. |
![]() | WinSlider | Represents a slider control to test the user interface (UI) of Windows Forms. |
![]() | WinSpinner | Represents a spinner control to test the user interface (UI) of Windows Forms. |
![]() | WinSplitButton | Represents a split button control to test the user interface (UI) of Windows Forms. |
![]() | WinStatusBar | Represents a status bar control to test the user interface (UI) of Windows Forms. |
![]() | WinTable | Represents a table control to test the user interface (UI) of Windows Forms. |
![]() | WinTabList | Represents a tab list control to test the user interface (UI) of Windows Forms. |
![]() | WinTabPage | Represents a tab page control to test the user interface (UI) of Windows Forms. |
![]() | WinText | Represents a text control to test the user interface (UI) of Windows Forms. |
![]() | WinTitleBar | Represents title bar control to test the user interface (UI) of Windows Forms. |
![]() | WinToolBar | Represents an edit control to test the user interface (UI) of Windows Forms. |
![]() | WinToolTip | Represents a tool tip control to test the user interface (UI) of Windows Forms. |
![]() | WinTree | Represents a tree control to test the user interface (UI) of Windows Forms. |
![]() | WinTreeItem | Represents a tree item control to test the user interface (UI) of Windows Forms. |
![]() | WinWindow | Represents a window control to test the user interface (UI) of Windows Forms. |
