MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / GetHotkey

Method GetHotkey

src/Squirrel/ShellFile.cs:200–200  ·  view source on GitHub ↗

[propget, helpstring("Retrieves or sets the shell link hot key")]

(out short pwHotkey)

Source from the content-addressed store, hash-verified

198
199 //[propget, helpstring("Retrieves or sets the shell link hot key")]
200 void GetHotkey(out short pwHotkey);
201 //[propput, helpstring("Retrieves or sets the shell link hot key")]
202 void SetHotkey(short pwHotkey);
203

Callers 1

ShellLinkClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected