RanorexRanorex Documentation
ControlNet11 Constructor (element)
NamespacesRanorexControlNet11ControlNet11(Element)
Creates a new ControlNet11 adapter instance.
Declaration Syntax
C#Visual BasicVisual C++
public ControlNet11(
	Element element
)
Public Sub New ( _
	element As Element _
)
public:
ControlNet11(
	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.WinForms (Module: Ranorex.Plugin.WinForms) Version: 3.2.3.16825 (3.2.3.16825)