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