Class SilverlightKeyPressActionDescriptor
Inheritance
System.Object
SilverlightKeyPressActionDescriptor
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 SilverlightKeyPressActionDescriptor : XamlActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings, IInterceptTranslation
Constructors
SilverlightKeyPressActionDescriptor(FrameworkElement, Keys)
Declaration
public SilverlightKeyPressActionDescriptor(FrameworkElement target, Keys key)
Parameters
FrameworkElement
target
|
System.Windows.Forms.Keys
key
|
SilverlightKeyPressActionDescriptor(FrameworkElement, Keys, Int32)
Declaration
public SilverlightKeyPressActionDescriptor(FrameworkElement target, Keys key, int repeatCount)
Parameters
FrameworkElement
target
|
System.Windows.Forms.Keys
key
|
System.Int32
repeatCount
|
Properties
DelayBetweenRepetitions
Declaration
[PrimaryProperty]
public int DelayBetweenRepetitions { get; set; }
Property Value
System.Int32
|
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
HoldTime
Declaration
[PrimaryProperty]
public int HoldTime { get; set; }
Property Value
System.Int32
|
Key
Declaration
[PrimaryProperty]
public Keys Key { get; set; }
Property Value
System.Windows.Forms.Keys
|
KeyData
Declaration
public Keys KeyData { get; set; }
Property Value
System.Windows.Forms.Keys
|
RepeatCount
Declaration
[PrimaryProperty]
public int RepeatCount { get; set; }
Property Value
System.Int32
|
RequiredAssemblyReferences
Declaration
public override string[] RequiredAssemblyReferences { get; }
Property Value
System.String[]
|
Overrides
SimulateRealUser
Declaration
public override bool SimulateRealUser { get; set; }
Property Value
System.Boolean
|
Overrides
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
|