Integrated action statements perform accessibility actions on controls, run statements against .NET properties, and retrieve data from the .NET framework.
| Statement | Description |
|---|---|
| GetDotNETProperty | Returns the value of a .NET property. |
| GetDotNETPropertyWithArgs | Returns the value of a .NET property with parameters in an array. |
| InvokeDotNETMethod | Invokes a .NET method and returns the method value. |
| InvokeDotNETMethodWithArgs | Invokes a .NET method with parameters in an array and returns the method value. |
| MSAADoDefaultAction | Uses Active Accessibility to perform a control's default action. |
| MSAASetName | Uses Active Accessibility to set the name of a control. |
| MSAASetValue | Uses Active Accessibility to set the value of a control. |
| SetDotNETProperty | Sets the value of a .NET property. |
| SetDotNETPropertyWithArgs | Sets the value of a .NET property with parameters in an array. |