Once you have created a control, you can:
Receive user input through the control
Tell the control to perform specialized tasks, such as returning a string of text
Enable or disable input to the control
Move or size the control
Destroy the control
This section explains how to perform these tasks.