.. Controls

.. default - domain::js

.. include:: /includes/standard.rst

===========================
Controls (of :class:`List`)
===========================

.. class:: Controls

	Defined in DialogControls.sc.

	A list of controls.


Properties
==========

Inherited from :class:`List`:

======== ===========
Property Description
======== ===========
elements            
size                
name                
======== ===========


Methods
==========

.. function:: draw()
	:noindex:

	Updates the size of each control and tells it to draw.


.. function:: handleEvent(pEvent)
	:noindex:

	Directs the event to the first focused control.


