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