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. ====== IScriptCommandHandler ====== Scriptable object, inherited from [[:scripting:api:command-handler:start|ICommandHandler]] ===== Description ===== Script Command interface ===== Properties ===== ^Property^ Description^ |[[scripting:api:command-handler:back-color|BackColor]]| Background Color| |[[scripting:api:command-handler:checked|Checked]]| Checked| |[[scripting:api:command-handler:enabled|Enabled]]| Enabled| |[[scripting:api:command-handler:image|Image]]| Image index| |[[scripting:api:command-handler:name|Name]]| Returns command name/id| |[[scripting:api:command-handler:prompt|Prompt]]| Prompt string| |[[scripting:api:command-handler:radio|Radio]]| Radio| |[[scripting:api:command-handler:text-color|TextColor]]| Text Color| |[[scripting:api:command-handler:title|Title]]| Title| ===== Event Handlers ===== ^Event Handler^ Description^ |[[scripting:api:script-command-handler:on-back-color|onBackColor]]| Handler for dynamic update of [[:scripting:api:command-handler:back-color|ICommandHandler::BackColor]]| |[[scripting:api:script-command-handler:on-checked|onChecked]]| Handler for dynamic update of [[:scripting:api:command-handler:checked|ICommandHandler::Checked]] state| |[[scripting:api:script-command-handler:on-enabled|onEnabled]]| Handler for dynamic update of ICommandHandler::Enable state| |[[scripting:api:script-command-handler:on-execute|onExecute]]| [[:scripting:api:command-handler:execute|ICommandHandler::Execute]] handler (function)| |[[scripting:api:script-command-handler:on-image|onImage]]| Handler for dynamic update of [[:scripting:api:command-handler:image|ICommandHandler::Image]]| |[[scripting:api:script-command-handler:on-prompt|onPrompt]]| Handler for dynamic update of [[:scripting:api:command-handler:prompt|ICommandHandler::Prompt]]| |[[scripting:api:script-command-handler:on-radio|onRadio]]| Handler for dynamic update of [[:scripting:api:command-handler:radio|ICommandHandler::Radio]] state| |[[scripting:api:script-command-handler:on-text-color|onTextColor]]| Handler for dynamic update of [[:scripting:api:command-handler:text-color|ICommandHandler::TextColor]]| |[[scripting:api:script-command-handler:on-title|onTitle]]| Handler for dynamic update of [[:scripting:api:command-handler:title|ICommandHandler::Title]]| ===== Methods ===== ^Method^ Description^ |[[scripting:api:command-handler:equals|equals]]| Compare, if objects are equal| |[[scripting:api:command-handler:execute|Execute]]| Execute command| ===== See Also ===== [[:scripting:api:script-application:command|IScriptApplication::Command]] #API ~~NOTOC~~