Calc object
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. 
  BackColorSpecifies the control's background color. 
  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. 
  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. 
  ExecuteExecutes a command. 
  FontRetrieves or sets the control's font. 
  ForeColorSpecifies the control's foreground color. 
  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. 
  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. 
  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.