WinDataDrivenAdapter.FindAccEventsWindow(Boolean) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- throwExceptionIfNotFound
- Boolean
Contains a Boolean value that, when true
, throws DataDrivenAdapterException
if the window isn’t found.
nativeint
Pointer to the window.