Class KendoAngularInput
Inheritance
System.Object
    
    
    
    
    KendoAngularInput
  Inherited Members
      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: Telerik.TestingFramework.Controls.KendoUI.Angular.Input
Assembly: Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax
public abstract class KendoAngularInput : KendoAngularContainerControlBaseConstructors
KendoAngularInput()
Declaration
public KendoAngularInput()KendoAngularInput(Element)
Fields
inputElement
Properties
Text
Declaration
public virtual string Text { get; set; }Property Value
| System.String 
 | 
Methods
AssignElement(Element)
Clear()
Declaration
public void Clear()GetText()
Declaration
protected virtual string GetText()Returns
| System.String 
 | 
TypeText(String)
Declaration
public void TypeText(string valueTyped)Parameters
| System.String
        valueTyped 
 | 
TypeText(String, Int32)
Declaration
public void TypeText(string valueTyped, int delayBetweenKeypresses)Parameters
| System.String
        valueTyped 
 | 
| System.Int32
        delayBetweenKeypresses 
 | 
TypeText(String, Int32, Int32, Boolean, ScrollToVisibleType)
Declaration
public void TypeText(string valueTyped, int delayBetweenKeypresses, int keyHoldTime, bool useUnicode = true, ScrollToVisibleType scrollType = ScrollToVisibleType.ElementTopAtWindowTop)Parameters
| System.String
        valueTyped 
 | 
| System.Int32
        delayBetweenKeypresses 
 | 
| System.Int32
        keyHoldTime 
 | 
| System.Boolean
        useUnicode 
 | 
| ScrollToVisibleType
        scrollType 
 |