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

Method NativeContextMenuEnabled

webview.go:271–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269}
270
271func (wv *WebView) NativeContextMenuEnabled() bool {
272 return wv.nativeContextMenuEnabled
273}
274
275func (wv *WebView) SetNativeContextMenuEnabled(value bool) {
276 wv.nativeContextMenuEnabled = value

Callers 2

NewWebViewFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected