Class GenericSetTextActionDescriptor
Inheritance
System.Object
GenericSetTextActionDescriptor
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 GenericSetTextActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IInterceptTranslation
Constructors
GenericSetTextActionDescriptor(FrameworkElement, String)
Declaration
public GenericSetTextActionDescriptor(FrameworkElement target, string typedText)
Parameters
FrameworkElement
target
|
System.String
typedText
|
Properties
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
SimulateRealUser
Declaration
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 autoHost)
Parameters
IApplication
autoHost
|
Overrides
InterceptTranslation(AutomationDescriptor, out Boolean)
Declaration
public void InterceptTranslation(AutomationDescriptor existingDescriptor, out bool stopTranslation)
Parameters
AutomationDescriptor
existingDescriptor
|
System.Boolean
stopTranslation
|