.. HiliteControl

.. default - domain::js

.. include:: /includes/standard.rst

======================
HiliteControl (Kernel)
======================

.. function:: HiliteControl(control)

	
	Highlights the specified control. It does not draw the control, it just inverts the colors. The control must be drawn first using :func:`DrawControl`.
	
	:param heapPtr control: A control of type :class:`Control`.
	
	See also: :func:`DrawControl`, :func:`EditControl`.


