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, IValidatable

Properties

IElement.Displayed Property

Gets a value indicating whether this control is displayed.

bool Displayed { get; }

Property Value

System.Boolean

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.String

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.String

The property to get.System.String.

Returns

System.String The found style if not returns null.System.String.

Last updated

Was this helpful?