Class TextBoxSetTextActionDescriptor
Inheritance
System.Object
TextBoxSetTextActionDescriptor
Inherited Members
AutomationDescriptor.InvokeMethod(CodeExpression, Boolean, String, CodeGenerationLanguage, Object[])
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TextBoxSetTextActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IInterceptTranslation
Constructors
TextBoxSetTextActionDescriptor()
Declaration
public TextBoxSetTextActionDescriptor()
TextBoxSetTextActionDescriptor(FrameworkElement, String, String)
Declaration
public TextBoxSetTextActionDescriptor(FrameworkElement target, string typedText, string fullContent)
Parameters
FrameworkElement
target
|
System.String
typedText
|
System.String
fullContent
|
Properties
ClearCurrentText
Declaration
public bool ClearCurrentText { get; set; }
Property Value
System.Boolean
|
FireKeyEvents
Declaration
public bool FireKeyEvents { get; set; }
Property Value
System.Boolean
|
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
KeyHoldTime
Declaration
public int KeyHoldTime { get; set; }
Property Value
System.Int32
|
PrimaryTargetKey
Declaration
public override string PrimaryTargetKey { get; }
Property Value
System.String
|
Overrides
RecordedTextContent
Declaration
[DataDriven]
public string RecordedTextContent { get; set; }
Property Value
System.String
|
SimulateRealUser
Declaration
[PrimaryProperty]
public override bool SimulateRealUser { get; set; }
Property Value
System.Boolean
|
Overrides
TimeBetweenKeypresses
Declaration
public int TimeBetweenKeypresses { get; set; }
Property Value
System.Int32
|
TypedText
Declaration
[DataDriven]
[PrimaryProperty]
public string TypedText { get; set; }
Property Value
System.String
|
Methods
Execute(IApplication)
Declaration
public override void Execute(IApplication hostApp)
Parameters
IApplication
hostApp
|
Overrides
InterceptTranslation(AutomationDescriptor, out Boolean)
Declaration
public void InterceptTranslation(AutomationDescriptor existingDescriptor, out bool stopTranslation)
Parameters
AutomationDescriptor
existingDescriptor
|
System.Boolean
stopTranslation
|