| Property declaration | xml-node | Description |
| useDictionary_P:boolean | defines whether dictionary must be used | |
| dictionary_P:dictionary | defines object of the class fe_Dictionary | |
| noIconRender_P:function{binary} | menu | defines function, which must return the binary content of the icon, if no IconRender found |
| setRunner:(string RunnerID,predicate{command}) | cmd | defines predicate, which must be invoked, when the command button with the RunnerID is pressed |
| setChangeStateHandler:(string StateHandlerID,predicate{command}) | cmd | defines predicate, which must be invoked, when the command state is changed |
| setTooltipRender:(string TooltipRenderID, function{string}) | tooltip | defines function, which must return the tooltip text |
| setMenuRender:(string MenuRenderID, function{menuCommand::menuItem*}) | menu | defines function, which must return the list of menuItems |
| setIconByIDRender:(string IconRenderID,function{string IconKey, binary}) | icon | defines function, which must return the binary content of the icon with the given IconKey |
| setCustomFactory:(string CustomFactoryID, function{string ControlID, function{control}}) | custom | defines function, which must create and return the control Object for the given ControlID |