The GuiDispatcher type exposes the following members.
 Methods
Methods
| Name | Description | |
|---|---|---|
|  | Dispatch | 
            Dispatches a task to GUI thread without blocking the calling thread.
             | 
|  | SyncDispatch | 
            Dispatches a task to GUI thread with blocking the calling thread.
             | 
|  | WndProc | 
            Processes Windows messages.
            (Overrides Control..::..WndProc(Message%).) | 






