Search Results for

    Show / Hide Table of Contents

    Class AppBarToggleButton

    Defines a wrapper for the core AppBarToggleButton control.

    Inheritance
    System.Object
    UnoElementWrapper
    Button
    AppBarButton
    AppBarToggleButton
    Inherited Members
    AppBarButton.WindowsType
    UnoElementWrapper.Element
    UnoElementWrapper.Driver
    UnoElementWrapper.IsEnabled
    UnoElementWrapper.IsVisible
    UnoElementWrapper.FindElement(By)
    UnoElementWrapper.FindElements(By)
    UnoElementWrapper.Click()
    UnoElementWrapper.GetAttribute(String)
    UnoElementWrapper.VerifyElementShown(By)
    UnoElementWrapper.VerifyElementShown(By, Nullable<TimeSpan>)
    UnoElementWrapper.VerifyElementsShown(By)
    UnoElementWrapper.VerifyElementsShown(By, Nullable<TimeSpan>)
    UnoElementWrapper.VerifyElementNotShown(By)
    UnoElementWrapper.VerifyDriverElementShown(By, Nullable<TimeSpan>)
    UnoElementWrapper.VerifyDriverElementsShown(By, Nullable<TimeSpan>)
    Namespace: Legerity.Uno.Elements
    Assembly: Legerity.Uno.dll
    Syntax
    public class AppBarToggleButton : AppBarButton

    Constructors

    | Improve this Doc View Source

    AppBarToggleButton(RemoteWebElement)

    Initializes a new instance of the AppBarToggleButton class.

    Declaration
    public AppBarToggleButton(RemoteWebElement element)
    Parameters
    Type Name Description
    RemoteWebElement element

    The reference.

    Properties

    | Improve this Doc View Source

    IsOn

    Gets a value indicating whether the toggle button is in the on position.

    Declaration
    public virtual bool IsOn { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    ToggleOff()

    Toggles the button off.

    Declaration
    public virtual void ToggleOff()
    | Improve this Doc View Source

    ToggleOn()

    Toggles the button on.

    Declaration
    public virtual void ToggleOn()

    Operators

    | Improve this Doc View Source

    Implicit(RemoteWebElement to AppBarToggleButton)

    Allows conversion of a to the AppBarToggleButton without direct casting.

    Declaration
    public static implicit operator AppBarToggleButton(RemoteWebElement element)
    Parameters
    Type Name Description
    RemoteWebElement element

    The .

    Returns
    Type Description
    AppBarToggleButton

    The AppBarToggleButton.

    Extension Methods

    ElementWrapperExtensions.WaitUntil<TElementWrapper>(TElementWrapper, Func<TElementWrapper, Boolean>, Nullable<TimeSpan>)
    ElementWrapperExtensions.FindWebElementByXamlType(UnoElementWrapper, String)
    ElementWrapperExtensions.FindElementByXamlName(UnoElementWrapper, String)
    ElementWrapperExtensions.FindElementByAutomationId(UnoElementWrapper, String)
    ElementWrapperExtensions.VerifyNameOrAutomationIdEquals(UnoElementWrapper, String)
    ElementWrapperExtensions.VerifyNameOrAutomationIdContains(UnoElementWrapper, String)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps