RanorexRanorex Documentation
AirWindow Constructor (element)
NamespacesRanorexAirWindowAirWindow(Element)
Creates a new AirWindow adapter instance.
Declaration Syntax
C#Visual BasicVisual C++
public AirWindow(
	Element element
)
Public Sub New ( _
	element As Element _
)
public:
AirWindow(
	Element^ element
)
Parameters
element (Element)
The element to create the adapter for.
Exceptions
ExceptionCondition
NullReferenceExceptionIf element is null.
CapabilityNotSupportedExceptionIf the element does not support the capabilities required by this adapter.

Assembly: Ranorex.Plugin.Flex (Module: Ranorex.Plugin.Flex) Version: 3.2.1.15734 (3.2.1.15734)