首页 > 代码库 > XtraForm

XtraForm

禁用窗体大小变化

 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;

Note:设置成FixedSingle是无效的

 

XtraForm