The
Exontrol's Calc component provides calculator features to your application.
The Calc object supports the following properties and methods:
| |  | Name | Description | |
| | | Appearance | Retrieves or sets the control's appearance. | |
| | | BackColor | Specifies the control's background color. | |
| | | ButtonFromPoint | Retrieves the button from the point. | |
| | | ButtonHeight | Specifies the height of the control's buttons. | |
| | | Buttons | Specifies the list of buttons in the control. | |
| | | ButtonWidth | Specifies the width of the control's buttons. | |
| | | CalcHeight | Gets the height in pixels of the painted area. | |
| | | CalcWidth | Gets the width in pixels of the painted area. | |
| | | Caption | Specifies the control's caption. | |
| | | Copy | Copies the control's content to the clipboard. | |
| | | EditBackColor | Specifies the control's edit background color. | |
| | | EditForeColor | Specifies the control's edit foreground color. | |
| | | EditHeight | Specifies the height of the control's edit portion. | |
| | | Enabled | Enables or disables the control. | |
| | | Execute | Executes a command. | |
| | | ExecuteTemplate | Executes a template and returns the result. | |
| | | Font | Retrieves or sets the control's font. | |
| | | ForeColor | Specifies the control's foreground color. | |
| | | HTMLPicture | Adds or replaces a picture in HTML captions. | |
| | | hWnd | Retrieves the control's window handle. | |
| | | Images | Sets at runtime the control's image list. The Handle should be a handle to an Images List Control. | |
| | | Message | Retrieves or sets a value that indicates the control's message. | |
| | | Paste | Inserts data from the clipboard. | |
| | | 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 | |
| | | PictureDown | Specifies the picture that's displayed when the button is down. | |
| | | PictureUp | Specifies the picture that's displayed when the button is up. | |
| | | Refresh | Refreshes the control. | |
| | | ReplaceIcon | Adds a new icon, replaces an icon or clears the control's image list. | |
| | | Reset | Resets the control | |
| | | ShowImageList | Specifies whether the control's image list window is visible or hidden. | |
| | | Template | Specifies the control's template. | |
| | | ToolTipDelay | Specifies the time in ms that passes before the ToolTip appears. | |
| | | ToolTipPopDelay | Specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. | |
| | | Version | Retrieves the control's version. | |