ApplicationContextExtensions.GetDialog(IApplicationContext) Method
Provides access to API that allows you to manipulate a currently displayed dialog.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v25.1.dll
NuGet Package: DevExpress.EasyTest
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| context | IApplicationContext | The application’s context. |
Returns
| Type | Description |
|---|---|
| IEasyTestDialog | An object that exposes API that allows you to manipulate a currently displayed dialog. |
See Also