Class ElementHoverOverDescriptor
Inheritance
System.Object
ElementHoverOverDescriptor
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 ElementHoverOverDescriptor : DesktopActionDescriptorBase, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject
Constructors
ElementHoverOverDescriptor()
Declaration
public ElementHoverOverDescriptor()
ElementHoverOverDescriptor(Int32, Int32, OffsetReference, ActionPointUnitType)
Declaration
public ElementHoverOverDescriptor(int xOffset, int yOffset, OffsetReference offsetType, ActionPointUnitType unitType)
Parameters
System.Int32
xOffset
|
System.Int32
yOffset
|
OffsetReference
offsetType
|
ActionPointUnitType
unitType
|
Properties
FriendlyDescription
Declaration
public override string FriendlyDescription { get; }
Property Value
System.String
|
Overrides
OffsetType
Declaration
[PrimaryProperty]
public OffsetReference OffsetType { get; set; }
Property Value
OffsetReference
|
UnitType
Declaration
[PrimaryProperty]
public ActionPointUnitType UnitType { get; set; }
Property Value
ActionPointUnitType
|
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 autoHost)
Parameters
IAutomationHost
autoHost
|