B
boyjason
Unregistered / Unconfirmed
GUEST, unregistred user!
怎样改变Tabcontrol的TAB的颜色,我是说那个小方块的颜色,我在onDrawTab中加了以下代
码,但不响应此事件!已经将owerdraw设为false
with tabcontrol1 do
begin
canvas.brush.color:=clBlue;
canvas.font.color:=clwhite;
fillrect(rect);
end;
码,但不响应此事件!已经将owerdraw设为false
with tabcontrol1 do
begin
canvas.brush.color:=clBlue;
canvas.font.color:=clwhite;
fillrect(rect);
end;