Show / Hide Table of Contents

Struct WContains

The contains parameter of wnd.find and similar functions. Specifies text, image or other object that must be in the window.

public struct WContains

Namespace: Au.Types
Assembly: Au.dll

Properties

Name Description
Value

Gets object stored in this variable. Can be null, wndChildFinder, elmFinder, uiimageFinder or ocrFinder.

Operators

Name Description
implicit operator WContains(elmFinder)
implicit operator WContains(ocrFinder)
implicit operator WContains(uiimageFinder)
implicit operator WContains(wndChildFinder)
implicit operator WContains(string)

Converts from string to wndChildFinder, elmFinder, uiimageFinder or ocrFinder. See wnd.find.