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. ====== Title ====== Property of [[:scripting:api:command-handler:start|ICommandHandler]] ===== Description ===== Title ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pbstrTitle = CommandHandler.Title; CommandHandler.Title = pbstrTitle; </code>==== Visual Basic Script ==== <code vb> pbstrTitle = CommandHandler.Title CommandHandler.Title = pbstrTitle </code>==== C++ ==== <code cpp> BSTR pbstrTitle; HRESULT hr = CommandHandler.get_Title(&pbstrTitle); hr = CommandHandler.put_Title(pbstrTitle); </code>===== See Also ===== [[:scripting:api:command-handler:start|ICommandHandler]] ~~NOTOC~~