Class TextTypingInfo
Inheritance
System.Object
TextTypingInfo
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.Common.Design
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TextTypingInfo
Constructors
TextTypingInfo(String, String, Int32, Boolean)
Declaration
public TextTypingInfo(string elementText, string typedText, int caretPosition, bool isTextArea)
Parameters
System.String
elementText
|
System.String
typedText
|
System.Int32
caretPosition
|
System.Boolean
isTextArea
|
TextTypingInfo(String, String, Int32, Boolean, Boolean)
Declaration
public TextTypingInfo(string elementText, string typedText, int caretPosition, bool isTextArea, bool isBackSpace)
Parameters
System.String
elementText
|
System.String
typedText
|
System.Int32
caretPosition
|
System.Boolean
isTextArea
|
System.Boolean
isBackSpace
|
Properties
CaretPosition
Declaration
public int CaretPosition { get; }
Property Value
System.Int32
|
ElementText
Declaration
public string ElementText { get; }
Property Value
System.String
|
IsBackSpace
Declaration
public bool IsBackSpace { get; }
Property Value
System.Boolean
|
IsTextArea
Declaration
public bool IsTextArea { get; }
Property Value
System.Boolean
|
TypedText
Declaration
public string TypedText { get; }
Property Value
System.String
|