WindowPattern Methods
.NET Framework 4
The WindowPattern type exposes the following members.
| Name | Description | |
|---|---|---|
|
Close | Attempts to close the current window. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Frees resources and performs other cleanup operations before the object is reclaimed by garbage collection. (Inherited from BasePattern.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetWindowVisualState | Changes the WindowVisualState of the window. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
WaitForInputIdle | Causes the calling code to block for the specified time or until the associated process enters an idle state, whichever completes first. |