Title
Property of ICommandHandler
Description
Title
Property type
Read-Write Property of type BSTR
Syntax
JavaScript
var pbstrTitle = CommandHandler.Title; CommandHandler.Title = pbstrTitle;
Visual Basic Script
pbstrTitle = CommandHandler.Title CommandHandler.Title = pbstrTitle
C++
BSTR pbstrTitle; HRESULT hr = CommandHandler.get_Title(&pbstrTitle); hr = CommandHandler.put_Title(pbstrTitle);