Search Results for

    Show / Hide Table of Contents

    Class BladeViewItem

    Defines a wrapper for the Windows Community Toolkit BladeViewItem control.

    Inheritance
    System.Object
    WindowsElementWrapper
    BladeViewItem
    Inherited Members
    WindowsElementWrapper.Driver
    WindowsElementWrapper.VerifyDriverElementShown(By, Nullable<TimeSpan>)
    WindowsElementWrapper.VerifyDriverElementsShown(By, Nullable<TimeSpan>)
    Namespace: Legerity.Windows.Elements.WCT
    Assembly: Legerity.WCT.dll
    Syntax
    public class BladeViewItem : WindowsElementWrapper

    Constructors

    | Improve this Doc View Source

    BladeViewItem(BladeView, WindowsElement)

    Initializes a new instance of the BladeViewItem class.

    Declaration
    public BladeViewItem(BladeView parentBladeView, WindowsElement element)
    Parameters
    Type Name Description
    BladeView parentBladeView

    The parent BladeView.

    WindowsElement element

    The reference.

    | Improve this Doc View Source

    BladeViewItem(WindowsElement)

    Initializes a new instance of the BladeViewItem class.

    Declaration
    public BladeViewItem(WindowsElement element)
    Parameters
    Type Name Description
    WindowsElement element

    The reference.

    Properties

    | Improve this Doc View Source

    CloseButton

    Gets the Button element associated with the blade close option.

    Declaration
    public virtual Button CloseButton { get; }
    Property Value
    Type Description
    Button
    | Improve this Doc View Source

    EnlargeButton

    Gets the Button element associated with the blade enlarge option.

    Declaration
    public virtual Button EnlargeButton { get; }
    Property Value
    Type Description
    Button
    | Improve this Doc View Source

    ParentMenuBar

    Gets the original parent BladeView reference object.

    Declaration
    public BladeView ParentMenuBar { get; }
    Property Value
    Type Description
    BladeView

    Methods

    | Improve this Doc View Source

    Close()

    Closes the blade item.

    Declaration
    public virtual void Close()

    Operators

    | Improve this Doc View Source

    Implicit(AppiumWebElement to BladeViewItem)

    Allows conversion of a to the BladeViewItem without direct casting.

    Declaration
    public static implicit operator BladeViewItem(AppiumWebElement element)
    Parameters
    Type Name Description
    AppiumWebElement element

    The .

    Returns
    Type Description
    BladeViewItem

    The BladeViewItem.

    | Improve this Doc View Source

    Implicit(RemoteWebElement to BladeViewItem)

    Allows conversion of a to the BladeViewItem without direct casting.

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

    The .

    Returns
    Type Description
    BladeViewItem

    The BladeViewItem.

    | Improve this Doc View Source

    Implicit(WindowsElement to BladeViewItem)

    Allows conversion of a to the BladeViewItem without direct casting.

    Declaration
    public static implicit operator BladeViewItem(WindowsElement element)
    Parameters
    Type Name Description
    WindowsElement element

    The .

    Returns
    Type Description
    BladeViewItem

    The BladeViewItem.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps