MCPcopy Index your code
hub / github.com/lxn/walk / SetHelp

Method SetHelp

accessibility.go:144–146  ·  view source on GitHub ↗

SetHelp sets window help using Dynamic Annotation.

(help string)

Source from the content-addressed store, hash-verified

142
143// SetHelp sets window help using Dynamic Annotation.
144func (a *Accessibility) SetHelp(help string) error {
145 return a.accSetPropertyStr(a.wb.hWnd, &win.PROPID_ACC_HELP, win.EVENT_OBJECT_HELPCHANGE, help)
146}
147
148// SetName sets window name using Dynamic Annotation.
149func (a *Accessibility) SetName(name string) error {

Callers 1

initAccessibilityMethod · 0.80

Calls 1

accSetPropertyStrMethod · 0.95

Tested by

no test coverage detected