Delegate TopLevelRule.CreateHandler
- Namespace
- Ranorex.Plugin
- Assembly
- Ranorex.Plugin.Win32.dll
public delegate bool TopLevelRule.CreateHandler(IntPtr hwnd, out FlavorElement flavorElement)
Parameters
hwnd IntPtr
flavorElement FlavorElement
Returns
- bool
Constructors
CreateHandler(object, IntPtr)
public CreateHandler(object @object, IntPtr method)
Parameters
object object
method IntPtr
Methods
BeginInvoke(IntPtr, out FlavorElement, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(IntPtr hwnd, out FlavorElement flavorElement, AsyncCallback callback, object @object)
Parameters
hwnd IntPtr
flavorElement FlavorElement
callback AsyncCallback
object object
Returns
- IAsyncResult
EndInvoke(out FlavorElement, IAsyncResult)
public virtual bool EndInvoke(out FlavorElement flavorElement, IAsyncResult result)
Parameters
flavorElement FlavorElement
result IAsyncResult
Returns
- bool
Invoke(IntPtr, out FlavorElement)
public virtual bool Invoke(IntPtr hwnd, out FlavorElement flavorElement)
Parameters
hwnd IntPtr
flavorElement FlavorElement
Returns
- bool