IElement

Mobilize.QualityMate.ControlInterfaces

IElement Interface

Defines the basic interactions for controls that implement the Element interface.

public interface IElement :
Mobilize.QualityMate.ControlInterfaces.Behavior.ITextControl,
Mobilize.QualityMate.ControlInterfaces.IControl,
Mobilize.QualityMate.ControlInterfaces.Behavior.IValidatable

Implements ITextControl, IControl, IValidatablearrow-up-right

Properties

IElement.Displayed Property

Gets a value indicating whether this control is displayed.

bool Displayed { get; }

Property Value

System.Booleanarrow-up-right

Methods

IElement.As() Method

Converts this control to an instance of T.

Type parameters

T

The control type of the new instance.

Returns

T A new instance of the specific control.

IElement.Find(string) Method

Find an inner control using a selector.

Type parameters

T

The control type of the new instance.

Parameters

selector System.Stringarrow-up-right

The selector used to find the controls.

Returns

T A new instance of the specific control found.

IElement.GetStyle(string) Method

Gets the style.

Parameters

property System.Stringarrow-up-right

The property to get.System.Stringarrow-up-right.

Returns

System.Stringarrow-up-right The found style if not returns null.System.Stringarrow-up-right.

Last updated

Was this helpful?