The
  eXCalcEdit is an easy-to-use edit control that supports arithmetic operations.
  The Exontrol's eXCalcEdit control supports the following properties and
  methods:
 |  | Name | Description |  | 
 |  | AddDecimalSep | Specifies an additional decimal separator. |  | 
 |  | AddWildFormat | Formats the line based on the giving wild characters expression. |  | 
 |  | AllowComments | Specifies the HTML caption that starts the comment of the line. If empty, no comments are allowed. |  | 
 |  | AllowCount | Specifies the keyword that makes the control to display the count all lines being counted in a Total group. |  | 
 |  | AllowFormatInvalidOnTyping | Specifies whether the FormatInvalid property is applied on the current line, while typing into the control. |  | 
 |  | AllowPrefixes | Specifies the HTML caption that ends the prefix of the line. If empty, no prefixes are allowed. |  | 
 |  | AllowSubCount | Specifies the keyword that makes the control to display the subcounts. |  | 
 |  | AllowSubTotal | Specifies the keyword that makes the control to display the subtotals. |  | 
 |  | AllowTotal | Specifies the keyword that makes the control to display the sum/total of all lines. |  | 
 |  | AllowUndoRedo | Specifies whether the control allows undo/redo actions. |  | 
 |  | AllowVariables | Specifies the expression ( no HTML ) that defines the equal operator, so you can define variables. |  | 
 |  | Appearance | Retrieves or sets the control's appearance. |  | 
 |  | AttachTemplate | Attaches a script to the current object, including the events, from a string, file, a safe array of bytes. |  | 
 |  | BackColor | Specifies the control's background color. |  | 
 |  | BackColorLockedLine | Retrieves or sets a value that indicates the line's background color when it is locked.  |  | 
 |  | BackColorSubTotal | Specifies the background color to show the SubTotal lines. |  | 
 |  | BackColorTotal | Specifies the background color to show the Total line. |  | 
 |  | CalcType | Specifies the type of operations the control support. |  | 
 |  | CanRedo | Determines if the redo queue contains any actions. |  | 
 |  | CanUndo | Determines whether the last edit operation can be undone. |  | 
 |  | CaretLine | Indicates the line that displays the caret. |  | 
 |  | CaretPos | Retrieves or sets a value that indicates the position of the caret in the line. |  | 
 |  | ClearWildFormats | Clears the wild characters expressions collection into a sensitive control. |  | 
 |  | Count | Counts the lines in the control. |  | 
 |  | DeleteWildFormat | Deletes an entry from the wild characters expressions collection. |  | 
 |  | DrawGridLines | Returns or sets a value that determines whether lines are drawn between rows, or unpopulated areas. |  | 
 |  | Enabled | Enables or disables the control. |  | 
 |  | EvaluateSel | Specifies whether the control evaluates the selection. |  | 
 |  | ExecuteTemplate | Executes a template and returns the result. |  | 
 |  | Export | Exports the control's content as text, including the results. |  | 
 |  | Font | Retrieves or sets the control's font. |  | 
 |  | ForeColor | Specifies the control's foreground color. |  | 
 |  | ForeColorLockedLine | Retrieves or sets a value that indicates the line's foreground color when it is locked.  |  | 
 |  | FormatABC | Formats the A,B,C values based on the giving expression and returns the result. |  | 
 |  | FormatCountResult | Specifies the HTML format to display the result of a Count line. |  | 
 |  | FormatInvalid | Specifies the HTML format to show invalid lines. |  | 
 |  | FormatLocal | Indicates the expression that defines the formatted value being replaced in FormatResult properties, when %l% is found. |  | 
 |  | FormatNumbers | Specifies the HTML format that's applied to numbers. |  | 
 |  | FormatResult | Specifies the HTML format of the result. |  | 
 |  | FormatSubCountResult | Specifies the HTML format to display the result of a SubCount line. |  | 
 |  | FormatSubTotalResult | Specifies the HTML format to display the result of a SubTotal line. |  | 
 |  | FormatTotalResult | Specifies the HTML format to display the result of a Total line. |  | 
 |  | GridLineColor | Specifies the grid line color. |  | 
 |  | HideSelection | Specifies whether the selection in the control is hidden when the control loses the focus. |  | 
 |  | hWnd | Retrieves the control's window handle. |  | 
 |  | InsertLockedText | Inserts locked text to the control. |  | 
 |  | InsertText | Inserts text to control. |  | 
 |  | IsValid | Specifies whether the expression is valid. |  | 
 |  | LineHeight | Specifies an expression that determines the height of the line within the editor. |  | 
 |  | Locked | Determines whether a control can be edited. |  | 
 |  | Margin | Defines the distance between text and inner border. |  | 
 |  | MultiLine | Specifies whether the control accepts multiple lines. |  | 
 |  | Overtype | Specifies whether the control is running in overtype mode. |  | 
 |  | Picture | Retrieves or sets a graphic to be displayed in the control. |  | 
 |  | PictureDisplay | Retrieves or sets a value that indicates the way how the graphic is displayed on the control's background |  | 
 |  | Redo | Redoes the next action in the control's redo queue. |  | 
 |  | Refresh | Refreshes the control. |  | 
 |  | Result | Retrieves the result. |  | 
 |  | SelBackColor | Specifies the selection's background color. |  | 
 |  | SelForeColor | Specifies the selection's foreground color. |  | 
 |  | SelLength | Returns or sets the number of characters selected. |  | 
 |  | SelStart | Returns or sets the starting point of text selected; indicates the position of the insertion point if no text is selected. |  | 
 |  | SelText | Returns or sets the string containing the currently selected text. |  | 
 |  | Template | Specifies the control's template. |  | 
 |  | TemplateDef | Defines inside variables for the next Template/ExecuteTemplate call. |  | 
 |  | TemplatePut | Defines inside variables for the next Template/ExecuteTemplate call. |  | 
 |  | Text | Specifies the control's text. |  | 
 |  | TextLine | Specifies the line based on its index. |  | 
 |  | Undo | Call this function to undo the last edit-control operation. |  | 
 |  | UseTabKey | Specifies whether the control uses the TAB key. |  | 
 |  | Variable | Indicates the value of the specified variable. |  | 
 |  | Version | Retrieves the control's version. |  |