Calc object
Tip The /COM object can be placed on a HTML page (with usage of the HTML object tag:  <object classid="clsid:...">)  using the class identifier: {74B7322B-D54B-47AD-A891-AC60B02EE192}. The object's program identifier is: "Exontrol.Calc". The /COM object module is: "ExCalc.dll"
The Exontrol's Calc component provides calculator features to your application. The Calc object supports the following properties and methods: 

NameDescription
AppearanceRetrieves or sets the control's appearance.
AttachTemplateAttaches a script to the current object, including the events, from a string, file, a safe array of bytes.
BackColorSpecifies the control's background color.
BeginUpdateMaintains performance when items are added to the control one at a time. This method prevents the control from painting until the EndUpdate method is called.
ButtonFromPointRetrieves the button from the point.
ButtonHeightSpecifies the height of the control's buttons.
ButtonsSpecifies the list of buttons in the control.
ButtonWidthSpecifies the width of the control's buttons.
CalcHeightGets the height in pixels of the painted area.
CalcWidthGets the width in pixels of the painted area.
CaptionSpecifies the control's caption.
CopyCopies the control's content to the clipboard.
DecimalSymbolSpecifies the current decimal symbol.
EditBackColorSpecifies the control's edit background color.
EditForeColorSpecifies the control's edit foreground color.
EditHeightSpecifies the height of the control's edit portion.
EnabledEnables or disables the control.
EndUpdateResumes painting the control after painting is suspended by the BeginUpdate method.
EventParamRetrieves or sets a value that indicates the current's event parameter.
ExecuteExecutes a command.
ExecuteTemplateExecutes a template and returns the result.
FontRetrieves or sets the control's font.
ForeColorSpecifies the control's foreground color.
HTMLPictureAdds or replaces a picture in HTML captions.
hWndRetrieves the control's window handle.
ImagesSets at runtime the control's image list. The Handle should be a handle to an Images List Control.
ImageSizeRetrieves or sets the size of icons the control displays..
MessageRetrieves or sets a value that indicates the control's message.
PasteInserts data from the clipboard.
PictureRetrieves or sets a graphic to be displayed in the control.
PictureDisplayRetrieves or sets a value that indicates the way how the graphic is displayed on the control's background
PictureDownSpecifies the picture that's displayed when the button is down.
PictureUpSpecifies the picture that's displayed when the button is up.
RefreshRefreshes the control.
ReplaceIconAdds a new icon, replaces an icon or clears the control's image list.
ResetResets the control
ShowImageListSpecifies whether the control's image list window is visible or hidden.
TemplateSpecifies the control's template.
TemplateDefDefines inside variables for the next Template/ExecuteTemplate call.
TemplatePutDefines inside variables for the next Template/ExecuteTemplate call.
ToolTipDelaySpecifies the time in ms that passes before the ToolTip appears.
ToolTipPopDelaySpecifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control.
VersionRetrieves the control's version.