Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== onContextHelp ====== Event of [[:scripting:api:options-page:start|IOptionsPage]] ===== Description ===== Called to display option related page ===== Parameters ===== * [[scripting:api:data-type:UINT|UINT]] **nCntrlID** ==== Return Value ==== * [[scripting:api:data-type:BSTR|BSTR]] **pstrDescription** ===== Syntax ===== ==== JavaScript ==== <code javascript> Appplication.onContextHelp = function() { return pstrDescription; }; </code>==== Visual Basic Script ==== <code vb> function onContextHelp() { return pstrDescription } Appplication.onContextHelp = onContextHelp </code>==== C++ ==== <code cpp> HRESULT COptionsPage::onContextHelp(UINT nCntrlID, BSTR* pstrDescription) { } </code>===== See Also ===== [[:scripting:api:options-page:start|IOptionsPage]] ~~NOTOC~~