摘要:
from: http://www.devexpress.com/Support/Center/p/B191028.aspxHi,I have a Grid, on which a user can change certain fields, like on a right click they can increase a counter on the row by one (just changes a field by + 1, nothing else). Now when the user does this, the RowHandle seems to increment by 阅读全文
posted @ 2011-08-02 18:13
Yaoquan.Luo
阅读(304)
评论(0)
推荐(0)
摘要:
public void SetWindowRegion() { System.Drawing.Drawing2D.GraphicsPath FormPath; FormPath = new System.Drawing.Drawing2D.GraphicsPath(); Rectangle rect=new Rectangle(0,22,this.Width,this.Height-22);//this.Left-10,this.Top-10,this.Width-10,this.Height-10); FormPath = GetRoundedRectPath(rect, 30); this 阅读全文
posted @ 2011-08-02 11:12
Yaoquan.Luo
阅读(274)
评论(0)
推荐(0)
浙公网安备 33010602011771号