MCPcopy Create free account
hub / github.com/lxn/walk / SetContextMenu

Method SetContextMenu

form.go:286–288  ·  view source on GitHub ↗
(contextMenu *Menu)

Source from the content-addressed store, hash-verified

284}
285
286func (fb *FormBase) SetContextMenu(contextMenu *Menu) {
287 fb.clientComposite.SetContextMenu(contextMenu)
288}
289
290func (fb *FormBase) ContextMenuLocation() Point {
291 return fb.clientComposite.ContextMenuLocation()

Callers

nothing calls this directly

Calls 1

SetContextMenuMethod · 0.65

Tested by

no test coverage detected