| ctCalc |
| |
| ctCalc is a simple calculator ActiveX object
perfectly suited for giving end-users basic calculator
functionality. ctCalc accepts data from mouse clicks, the
keyboard (when the component has focus), and through programming
methods and properties. |
| |
| Definable Function Keys : The
calculator can be set up with up to two different functions
keys. These keys can be set up to perform any operation through
programming. Function keys button text may be modified by the
developer. |
| |
|
Simulated Transparency
: Provides a transparent background without requiring the
host language to support transparency through its OLE container.
This allows transparency to be provided to a larger
number of development environments. |
|
| Clear Method : Forces the display to
re-set itself to a value of 0. |
| |
| On Equals Event : Event that occurs
when the Equal button is clicked or the Enter key is pressed. |
| |
| Multiple Display Options : The
component includes custom properties to completely customize
button and display font properties and colors. |
| |
| Equal Method : Forces the control to
perform an Equals operation. |
| |