WinDataDrivenAdapter.FindAccEventsWindow(Boolean) Method

Definition

Finds the window to listen to the accessibility events.

protected:
 IntPtr FindAccEventsWindow(bool throwExceptionIfNotFound);
protected IntPtr FindAccEventsWindow (bool throwExceptionIfNotFound);
member this.FindAccEventsWindow : bool -> nativeint
Protected Function FindAccEventsWindow (throwExceptionIfNotFound As Boolean) As IntPtr

Parameters

throwExceptionIfNotFound
Boolean

Contains a Boolean value that, when true, throws DataDrivenAdapterException if the window isn’t found.

Returns

IntPtr

nativeint

Pointer to the window.

Applies to