ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
WindowManager class
Provides basic Win32 window management services like searching ...etc.
Syntax
C#
public class WindowManager
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
WindowManagerNew()
Create a new window manager
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
static memberFindWindowRecursively(IntPtr, String, Boolean, Int32)
Find a window recursively using its caption.
static memberFindWindowRecursively(IntPtr, String, Int32)
Find a window recusively under the parent window. Will return the first window that matches the class name.
GetHashCode()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
GetWindows()
Populate the Items collection with all top level windows.
GetWindows(IntPtr)
Populate the Items collection with all child windows of the parent window passed in.
Items
Returns the collection of windows populated by a call to GetWindows()
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
WindowManager

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)