Note: This example only works properly with Techview and there is no guarantee that it will work with other interfaces.
CustomControls demonstrates customised simple and compound UI Control Framework control classes. Compound controls are used as on-screen containers for other controls, either simple or compound. The custom controls are subclasses of the class CCoeControl, with implementations of its virtual functions for construction, drawing, and accepting user input.
Note that the CustomControls example has dependencies on GUI components that may not be present on all SDKs.
Click on the following link to download the example: CustomControls.zip
Click: browse to view the example code.