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

Method ContextMenu

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

ContextMenu returns the context menu of the Window. By default this is nil.

()

Source from the content-addressed store, hash-verified

79 //
80 // By default this is nil.
81 ContextMenu() *Menu
82
83 // ContextMenuLocation returns the context menu suggested location in screen coordinates in
84 // native pixels. This method is called when context menu is invoked using keyboard and mouse

Callers 2

WndProcMethod · 0.65
ContextMenuMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected