MCPcopy
hub / github.com/lxn/walk / SendMessage

Method SendMessage

window.go:218–218  ·  view source on GitHub ↗

SendMessage sends a message to the window and returns the result.

(msg uint32, wParam, lParam uintptr)

Source from the content-addressed store, hash-verified

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)

Callers 15

updatePartsMethod · 0.65
updateIconMethod · 0.65
updateTextMethod · 0.65
updateToolTipTextMethod · 0.65
SendMessageMethod · 0.65
setWindowFontFunction · 0.65
windowTextFunction · 0.65
setWindowTextFunction · 0.65
MinValueMethod · 0.65
MaxValueMethod · 0.65
SetRangeMethod · 0.65
ValueMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected