Class Win32Flavor.GetChildLineageFromPointExtensionEventArgs
- Namespace
- Ranorex.Plugin
- Assembly
- Ranorex.Plugin.Win32.dll
public class Win32Flavor.GetChildLineageFromPointExtensionEventArgs : EventArgs
- Inheritance
-
Win32Flavor.GetChildLineageFromPointExtensionEventArgs
- Inherited Members
-
Constructors
GetChildLineageFromPointExtensionEventArgs(Win32FlavorElement, Point)
public GetChildLineageFromPointExtensionEventArgs(Win32FlavorElement flavorElement, Point screenLocation)
Parameters
flavorElement Win32FlavorElement
screenLocation Point
Properties
Abort
public bool Abort { get; set; }
Property Value
- bool
AbortRefineMode
public FindRefineMode AbortRefineMode { get; set; }
Property Value
- FindRefineMode
FlavorElement
public Win32FlavorElement FlavorElement { get; }
Property Value
- Win32FlavorElement
ScreenLocation
public Point ScreenLocation { get; }
Property Value
- Point