Interface IToggleButton
A toggle button in a SAP NWBC application.
public interface IToggleButton : IUIObjectBase, ITestObject, ITestObjectDescriber, ISupportsNativeObject, ILocationInfoProvider, IClickable, IDoubleClickable, ISupportDragAndDrop, ISupportSendKeys, IEnabledProvider, IVisibleProvider
- Inherited Members
- Extension Methods
Methods
Set(bool)
Sets the toggle button to the specified state.
void Set(bool state)
Parameters
statebooltrueto turn the toggle button ON;falseto turn it OFF.