|
| Name | Description |
|---|
.gif) .gif) | AddMessageFilter | Adds a message filter to monitor Windows messages as they are routed to their destinations. |
.gif) .gif) .gif) | DoEvents | Processes all Windows messages currently in the message queue. |
.gif) .gif) | EnableVisualStyles | Enables visual styles for the application. |
.gif) .gif) | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
.gif) .gif) .gif) | Exit | Overloaded. Informs all message pumps that they must terminate, and then closes all application windows after the messages have been processed. |
.gif) .gif) | ExitThread | Exits the message loop on the current thread and closes all windows on the thread. |
.gif) .gif) | FilterMessage | Runs any filters against a window message, and returns a copy of the modified message. |
.gif) .gif) | 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.) |
.gif) .gif) | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
.gif) .gif) | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
.gif) .gif) | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
.gif) .gif) | OleRequired | Initializes OLE on the current thread. |
.gif) .gif) | OnThreadException | Raises the ThreadException event. |
.gif) .gif) | RaiseIdle | Raises the Idle event in hosted scenarios. |
.gif) .gif) | RegisterMessageLoop | Registers a callback for checking whether the message loop is running in hosted environments. |
.gif) .gif) | RemoveMessageFilter | Removes a message filter from the message pump of the application. |
.gif) .gif) | Restart | Shuts down the application and starts a new instance immediately. |
.gif) .gif) .gif) | Run | Overloaded. Begins running a standard application message loop on the current thread. |
.gif) .gif) | SetCompatibleTextRenderingDefault | Sets the application-wide default for the UseCompatibleTextRendering property defined on certain controls. |
.gif) .gif) | SetSuspendState | Suspends or hibernates the system, or requests that the system be suspended or hibernated. |
.gif) .gif) | SetUnhandledExceptionMode | Overloaded. Instructs the application how to respond to unhandled exceptions. |
.gif) .gif) | ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
.gif) .gif) | UnregisterMessageLoop | Unregisters the message loop callback made with RegisterMessageLoop. |