| Class | Description |
|---|---|
| BeforeButtonProcessedEventArgs | The arguments provided to the BeforeButtonProcessed Event |
| BeforeButtonTextShownEventArgs | The arguments provided to the BeforeButtonTextShown Event |
| BeforeDisplayAreaTextShownEventArgs | The arguments provided to the BeforeDisplayAreaTextShown Event |
| dbiCalc | A programmable and stylable calculator control. |
| UserDrawnButtonEventArgs | The arguments provided to the UserDrawnButton Event |
| UserDrawnButtonTextEventArgs | The arguments provided to the UserDrawnButtonText Event |
| UserDrawnDisplayAreaEventArgs | The arguments provided to the UserDrawnDisplayArea Event |
| Delegate | Description |
|---|---|
| dbiCalc.EventBeforeButtonProcessedHandler | Represents the method that will handle the BeforeButtonProcessed Event |
| dbiCalc.EventBeforeDisplayAreaTextShownHandler | Represents the method that will handle the BeforeDisplayAreaTextShown Event |
| dbiCalc.EventUserDrawnButtonHandler | Represents the method that will handle the UserDrawnButton Event |
| dbiCalc.EventUserDrawnButtonTextHandler | Represents the method that will handle the UserDrawnButtonText Event |
| dbiCalc.EventUserDrawnDisplayAreaHandler | Represents the method that will handle the UserDrawnDisplayArea Event |
| Enumeration | Description |
|---|---|
| enumButtonLayout | The available layouts for the buttons in the control |
| enumButtonState | The available states that the buttons can be in |
| enumButtonStyle | Determines the appearance of the calculator buttons. |
| enumCalcButton | Represents each of the buttons on the calculator interface. |
| enumFunctionKeys | Determines how many Function keys are displayed. |