SetCtlColor
SetCtlColor Set or modify the control's color table
#include <Controls.h> Control Manager
void SetCtlColor( theControl, newColorTable );
ControlHandle theControl ; handle of control to set or modify
CCTabHandle newColorTable ; desired color table for the control
SetCtlColor sets or modifies the CtlCTab field of a control's AuxCtlRec and,
if visible, redraws the control to reflect its new colors.
theControl is a handle leading to an AuxCtlRec structure. It specifies which
control to update.
newColorTable specifies the desired new color table for the control.
Returns: none