MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / HelpText

Method HelpText

PathCopyCopy/src/Plugin.cpp:52–55  ·  view source on GitHub ↗

Returns the help text to show in the Windows Explorer status bar when the user hovers the cursor over the plugin's menu item. If not overridden, no help text will be shown. @return Help text for plugin.

Source from the content-addressed store, hash-verified

50 // @return Help text for plugin.
51 //
52 std::wstring Plugin::HelpText() const
53 {
54 return L"";
55 }
56
57 //
58 // Returns the path to the icon to use for this plugin. If not overridden,

Callers 1

GetCommandStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected