.. DrawControl

.. default - domain::js

.. include:: /includes/standard.rst

====================
DrawControl (Kernel)
====================

.. function:: DrawControl(control)

	
	Draws the specified control object to the screen.
	Its properties tell where it should go and how it should behave.
	
	:param heapPtr control: An object that inherits from :class:`Control`.
	
	See Also: :func:`HiliteControl`, :func:`EditControl`


