UI Settings
The appearance of the Rule Editor can be further customized by setting the UI-specific properties of the CodeEffects.Rule.Editor.Control class:
- ShowLineDots. If set to
true, displays mid-dots at the beginning of each new line inside the rule (you can insert new lines by pressing the Enter key; see the Keyboard topic for keyboard support details). The default value is false.
- ShowMenuOnRightArrowKey. If set to
true, displays an appropriate context menu every time the rule author moves the selection from one element to another by pressing the Right Arrow key while navigating the rule with the Arrow keys. The default value is true.
- ShowMenuOnElementClicked. If set to
true, displays a context menu with replacement items every time the rule author clicks the selected rule element. This setting is very useful if you want to allow rule authors to edit rules on the fly. The default value is true.
- ShowDescriptionsOnMouseHover. If set to
true, the rule author can hover the cursor over any rule element to view its description (if the Description property of the Field, Action, Method, or Parameter attribute is set for that element). The default value is true.
- ShowToolBar. If set to
true, displays the Toolbar at the top of the Rule Editor. The Toolbar is an important UI feature, so make sure to read its topic. The default value is true.
- ShowHelpString. If set to
true, displays the Help String. The default value is true.