Class BladeViewItem
Defines a
Inherited Members
Namespace: Legerity.Windows.Elements.WCT
Assembly: Legerity.WCT.dll
Syntax
public class BladeViewItem : WindowsElementWrapper
Constructors
| Improve this Doc View SourceBladeViewItem(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 |
BladeViewItem(WindowsElement)
Initializes a new instance of the BladeViewItem class.
Declaration
public BladeViewItem(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Properties
| Improve this Doc View SourceCloseButton
Gets the Button element associated with the blade close option.
Declaration
public virtual Button CloseButton { get; }
Property Value
Type | Description |
---|---|
Button |
EnlargeButton
Gets the Button element associated with the blade enlarge option.
Declaration
public virtual Button EnlargeButton { get; }
Property Value
Type | Description |
---|---|
Button |
ParentMenuBar
Gets the original parent BladeView reference object.
Declaration
public BladeView ParentMenuBar { get; }
Property Value
Type | Description |
---|---|
BladeView |
Methods
| Improve this Doc View SourceClose()
Closes the blade item.
Declaration
public virtual void Close()
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to BladeViewItem)
Allows conversion of a
Declaration
public static implicit operator BladeViewItem(AppiumWebElement element)
Parameters
Type | Name | Description |
---|---|---|
AppiumWebElement | element | The |
Returns
Type | Description |
---|---|
BladeViewItem | The BladeViewItem. |
Implicit(RemoteWebElement to BladeViewItem)
Allows conversion of a
Declaration
public static implicit operator BladeViewItem(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
BladeViewItem | The BladeViewItem. |
Implicit(WindowsElement to BladeViewItem)
Allows conversion of a
Declaration
public static implicit operator BladeViewItem(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Returns
Type | Description |
---|---|
BladeViewItem | The BladeViewItem. |