ClassDesktopText
Class
Represents label control.
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation.Controls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class DesktopText : DesktopControl
Inheritance: objectDesktopControlDesktopText
Inherited Members
Constructors
DesktopText()
Declaration
cs-api-definition
public DesktopText()
Properties
Methods
InitControl(DesktopElement)
Initialize desktop control.
Declaration
cs-api-definition
protected override void InitControl(DesktopElement element)
Parameters
element
Underlying element.
Overrides