You use the static text control to present text to the user. The user will not be able to change the text or otherwise interact with the control. Static text is intended as a readonly control. However, you can easily change the text displayed by the control as your application is running through the code you create for your application.