The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ProgrammaticActionOption Enumeration
This enumeration provides the options for invoking a programmatic action with the UITechnologyElement::InvokeProgrammaticAction method.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Member name | Description | |
|---|---|---|
| Collapse | Collapses the element. | |
| DefaultAction | Invokes the default action. | |
| Expand | Expands the element. | |
| MakeVisibleAndSelect | Makes the element visible and selected. | |
| None | Specifies that no action should occur. | |
| RemoveSelection | Removes the selection from the element. | |
| TakeFocus | Gives the element the focus. | |
| TakeSelection | Selects the element. |
Show: