Draw1Control
Although you should generally use theUpdateControlsprocedure to update controls, you can use theDraw1Controlprocedure to update a single control.
PROCEDURE Draw1Control (theControl: ControlHandle);
theControl- A handle to the control you want to draw.
DESCRIPTION
TheDraw1Controlprocedure draws the specified control if it's visible within its window. TheUpdateControlsprocedure automatically callsDraw1Control.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help