Event of IScriptCommandHandler
Handler for dynamic update of ICommandHandler::Title
Read-Write Property of type VARIANT
var Action = ScriptCommandHandler.onTitle; ScriptCommandHandler.onTitle = Action;
==== Visual Basic Script ====
Action = ScriptCommandHandler.onTitle ScriptCommandHandler.onTitle = Action
==== C++ ====
VARIANT Action; HRESULT hr = ScriptCommandHandler.get_onTitle(&Action); hr = ScriptCommandHandler.put_onTitle(Action);
===== See Also ===== IScriptCommandHandler