Learning to Support a Custom Static-Text Control

In this lesson you create support for the ImageLabel control within the ImageControls toolkit. The ImageLabel control does not have any specific identification properties or test object methods that need to be supported. Its main purpose is to serve as a label. Therefore, you create support for the ImageLabel as a static-text object.

This lesson assumes that you already performed the lesson Learning to Support a Simple Control, in which you created the custom toolkit support set for the custom toolkit ImageControls. In this lesson, you create another support class in the same custom toolkit support set.

This lesson guides you through the following stages: