ApplicationContextExtensions.GetDialog(IApplicationContext) Method
In This Article
Provides access to API that allows you to manipulate a currently displayed dialog.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.2.dll
NuGet Package: DevExpress.EasyTest
#Declaration
public static IEasyTestDialog GetDialog(
this IApplicationContext context
)
#Parameters
Name | Type | Description |
---|---|---|
context | IApplication |
The application’s context. |
#Returns
Type | Description |
---|---|
IEasy |
An object that exposes API that allows you to manipulate a currently displayed dialog. |
See Also