标签:span class 刷新 override site col err creat base
protected override CreateParams CreateParams { get { CreateParams cp = base.CreateParams; cp.ExStyle |= 0x02000000; // Turn on WS_EX_COMPOSITED return cp; } }
标签:span class 刷新 override site col err creat base
原文地址:https://www.cnblogs.com/yuanshuo/p/12787607.html