Class ElementClickDescriptor
Inheritance
System.Object
ElementClickDescriptor
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.DesktopAutomation.Descriptors.Actions
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ElementClickDescriptor : DesktopActionDescriptorBase, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject
Constructors
ElementClickDescriptor()
Declaration
public ElementClickDescriptor()
ElementClickDescriptor(MouseClickType, Int32, Int32, OffsetReference, ActionPointUnitType)
Declaration
public ElementClickDescriptor(MouseClickType mouseClickType, int xOffset, int yOffset, OffsetReference offsetType, ActionPointUnitType unitType)
Parameters
MouseClickType
mouseClickType
|
System.Int32
xOffset
|
System.Int32
yOffset
|
OffsetReference
offsetType
|
ActionPointUnitType
unitType
|
ElementClickDescriptor(DesktopElement, ActionPoint)
Declaration
public ElementClickDescriptor(DesktopElement target, ActionPoint clickPoint)
Parameters
DesktopElement
target
|
ActionPoint
clickPoint
|
ElementClickDescriptor(DesktopElement, ActionPoint, DesktopCommandType)
Declaration
public ElementClickDescriptor(DesktopElement target, ActionPoint clickPoint, DesktopCommandType desktopCommandClickType)
Parameters
DesktopElement
target
|
ActionPoint
clickPoint
|
DesktopCommandType
desktopCommandClickType
|
ElementClickDescriptor(DesktopElement, ActionPoint, MouseClickType)
Declaration
public ElementClickDescriptor(DesktopElement target, ActionPoint clickPoint, MouseClickType clickType)
Parameters
DesktopElement
target
|
ActionPoint
clickPoint
|
MouseClickType
clickType
|
ElementClickDescriptor(DesktopElement, ActionPoint, Keys, MouseClickType)
Declaration
public ElementClickDescriptor(DesktopElement target, ActionPoint clickPoint, Keys modifierKeys, MouseClickType clickType)
Parameters
DesktopElement
target
|
ActionPoint
clickPoint
|
System.Windows.Forms.Keys
modifierKeys
|
MouseClickType
clickType
|
Properties
ClickType
Declaration
[PrimaryProperty]
public MouseClickType ClickType { get; }
Property Value
MouseClickType
|
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
IsDoubleClick
Declaration
public bool IsDoubleClick { get; set; }
Property Value
System.Boolean
|
ModifierKeys
Declaration
public ModifierKeysWrapper ModifierKeys { get; set; }
Property Value
ModifierKeysWrapper
|
OffsetType
Declaration
[PrimaryProperty]
public OffsetReference OffsetType { get; set; }
Property Value
OffsetReference
|
RequiredAssemblyReferences
Declaration
public override string[] RequiredAssemblyReferences { get; }
Property Value
System.String[]
|
Overrides
UnitType
Declaration
[PrimaryProperty]
public ActionPointUnitType UnitType { get; set; }
Property Value
ActionPointUnitType
|
UseOffset
Declaration
public bool UseOffset { get; set; }
Property Value
System.Boolean
|
XOffset
Declaration
[PrimaryProperty]
public int XOffset { get; set; }
Property Value
System.Int32
|
YOffset
Declaration
[PrimaryProperty]
public int YOffset { get; set; }
Property Value
System.Int32
|
Methods
Execute(IAutomationHost)
Declaration
public override void Execute(IAutomationHost hostApp)
Parameters
IAutomationHost
hostApp
|