Class RadInput
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.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadInput : HtmlContainerControl
Constructors
RadInput()
Declaration
public RadInput()
RadInput(Element)
Properties
AutoPostBack
Declaration
public bool AutoPostBack { get; set; }
Property Value
|
System.Boolean
|
CaretPosition
Declaration
public int CaretPosition { get; set; }
Property Value
|
System.Int32
|
ClientId
Declaration
public string ClientId { get; }
Property Value
|
System.String
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
|
System.String
|
Overrides
DisplayValue
Declaration
public string DisplayValue { get; }
Property Value
|
System.String
|
EditValue
Declaration
public string EditValue { get; }
Property Value
|
System.String
|
EmptyMessage
Declaration
public string EmptyMessage { get; set; }
Property Value
|
System.String
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
|
System.Boolean
|
HiddenInput
InputType
InputValue
Declaration
public string InputValue { get; set; }
Property Value
|
System.String
|
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
|
System.Boolean
|
IsFocused
Declaration
public bool IsFocused { get; }
Property Value
|
System.Boolean
|
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
|
System.Boolean
|
IsValid
Declaration
public bool IsValid { get; }
Property Value
|
System.Boolean
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
|
IFindExpression
|
Overrides
RenderMode
SingleInputRendering
Declaration
public bool SingleInputRendering { get; }
Property Value
|
System.Boolean
|
TextBoxValue
Declaration
public string TextBoxValue { get; }
Property Value
|
System.String
|
Methods
AssignElement(Element)
Blur()
Declaration
public void Blur()
Clear()
Declaration
public void Clear()
ControlAssert()
Disable()
Declaration
public void Disable()
Enable()
Declaration
public void Enable()
Focus()
SelectAllText()
Declaration
public void SelectAllText()
SelectText(Int32, Int32)
Declaration
public void SelectText(int start, int end)
Parameters
|
System.Int32
start
|
|
System.Int32
end
|
TypeText(String)
Declaration
public void TypeText(string valueTyped)
Parameters
|
System.String
valueTyped
|
TypeText(String, Int32)
Declaration
public void TypeText(string valueTyped, int keyPressTime)
Parameters
|
System.String
valueTyped
|
|
System.Int32
keyPressTime
|
TypeText(String, Int32, Boolean)
Declaration
public void TypeText(string valueTyped, int keyPressTime, bool resetCursorPosition)
Parameters
|
System.String
valueTyped
|
|
System.Int32
keyPressTime
|
|
System.Boolean
resetCursorPosition
|
TypeText(String, Int32, Int32, Boolean, Boolean, ScrollToVisibleType)
Declaration
public void TypeText(string valueTyped, int keyPressTime, int keyHoldTime, bool resetCursorPosition, bool blurAfterTyping = false, ScrollToVisibleType scrollType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
|
System.String
valueTyped
|
|
System.Int32
keyPressTime
|
|
System.Int32
keyHoldTime
|
|
System.Boolean
resetCursorPosition
|
|
System.Boolean
blurAfterTyping
|
|
ScrollToVisibleType
scrollType
|
TypeText(String, Int32, Int32, Boolean, Int32, Boolean, ScrollToVisibleType)
Declaration
public void TypeText(string valueTyped, int keyPressTime, int keyHoldTime, bool resetCursorPosition, int offset, bool blurAfterTyping = false, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
|
System.String
valueTyped
|
|
System.Int32
keyPressTime
|
|
System.Int32
keyHoldTime
|
|
System.Boolean
resetCursorPosition
|
|
System.Int32
offset
|
|
System.Boolean
blurAfterTyping
|
|
ScrollToVisibleType
scrollToVisibleType
|