Class DesktopEdit
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.DesktopAutomation.Controls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopEdit : DesktopControl
Constructors
DesktopEdit()
Declaration
public DesktopEdit()
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Methods
InitControl(DesktopElement)
Declaration
protected override void InitControl(DesktopElement element)
Parameters
DesktopElement
element
|