New to Telerik UI for WinForms? Download free 30-day trial

Structure

This article describes the inner structure and organization of the elements which build RadCalculator.

WinForms RadCalculator Structure

  • RadCalculatorElement

    • RadCalculatorTextAreaElement - represents the area at the top of the control that displays the calculated value.
    • RadCalculatorContentElement - represents a content element that contains all the calculator buttons.

      • GridLayout - represents a container element that holds the buttons

        1. RadCalculatorMemoryButtonElement

        2. RadCalculatorOperationButtonElement

        3. RadCalculatorEqualsButtonElement

        4. RadCalculatorCommandButtonElement

        5. RadCalculatorDeleteButtonElement

        6. RadCalculatorDigitButtonElement

Elements Hierarchy

WinForms RadCalculator Elements Hierarchy

See Also

In this article