HiliteControl (Kernel)¶
-
HiliteControl(control)¶ Highlights the specified control. It does not draw the control, it just inverts the colors. The control must be drawn first using
DrawControl().Parameters: control (heapPtr) – A control of type Control.See also:
DrawControl(),EditControl().