文章详情
时间:2010-08-20 来源:Narlon
using System; using System.Windows.Forms; class ViewStack : TabControl { protected override void WndProc(ref Message m) { // Hide tabs by trapping the TCM_ADJUSTRECT message if (m.Msg == 0x1328 && !DesignMode) m.Result = (IntPtr)1; else base.WndProc(ref m); } }
辰域智控app
网医联盟app
汇丰汇选App
1970-01-01