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 | |
| | | AllowUndoRedo | Specifies whether the control allows undo/redo actions. | |
| | | Appearance | Retrieves or sets the control's appearance. | |
| | | BackColor | Specifies the control's background color. | |
| | | CanRedo | Determines if the redo queue contains any actions. | |
| | | CanUndo | Determines whether the last edit operation can be undone. | |
| | | Enabled | Enables or disables the control. | |
| | | Font | Retrieves or sets the control's font. | |
| | | ForeColor | Specifies the control's foreground color. | |
| | | FormatNumbers | Specifies the HTML format that's applied to numbers. | |
| | | FormatResult | Specifies the HTML format of the result. | |
| | | HideSelection | Specifies whether the selection in the control is hidden when the control loses the focus. | |
| | | hWnd | Retrieves the control's window handle. | |
| | | IsValid | Specifies whether the expression is valid. | |
| | | Locked | Determines whether a control can be edited. | |
| | | 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. | |
| | | Text | Specifies the control's text. | |
| | | Undo | Call this function to undo the last edit-control operation. | |
| | | Version | Retrieves the control's version. | |