SendMessage sends a message to the window and returns the result.
(msg uint32, wParam, lParam uintptr)
| 216 | |
| 217 | // SendMessage sends a message to the window and returns the result. |
| 218 | SendMessage(msg uint32, wParam, lParam uintptr) uintptr |
| 219 | |
| 220 | // SetBackground sets the background Brush of the Window. |
| 221 | SetBackground(value Brush) |
no outgoing calls
no test coverage detected