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;
Action = ScriptCommandHandler.onTextColor
ScriptCommandHandler.onTextColor = Action
VARIANT Action;
HRESULT hr = ScriptCommandHandler.get_onTextColor(&Action);
hr = ScriptCommandHandler.put_onTextColor(Action);