scripting:api:script-command-handler:on-text-color

onTextColor

Handler for dynamic update of ICommandHandler::TextColor

Read-Write Property of type VARIANT

var Action = ScriptCommandHandler.onTextColor;
ScriptCommandHandler.onTextColor = Action;

==== Visual Basic Script ====

Action = ScriptCommandHandler.onTextColor
ScriptCommandHandler.onTextColor = Action

==== C++ ====

VARIANT Action;
HRESULT hr = ScriptCommandHandler.get_onTextColor(&Action);
hr = ScriptCommandHandler.put_onTextColor(Action);

===== See Also ===== IScriptCommandHandler