Provides basic Win32 window management services like searching ...etc.
Syntax| C# |
public class WindowManager
Members| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
![]() | WindowManagerNew() |
Create a new window manager
|
![]() | Equals(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.) |
![]() ![]() | FindWindowRecursively(IntPtr, String, Boolean, Int32) |
Find a window recursively using its caption.
|
![]() ![]() | FindWindowRecursively(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() | (Inherited from Object.) |
Inheritance Hierarchy| Object | |
![]() | WindowManager |
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)





