C# winform 中控件禁用,但顯示不變灰

Winform中對控件進行禁用,能夠達到不接收鼠標的須要,同時能夠顯示控件的顏色,可使控件進行正常的顯示。 [System.Runtime.InteropServices.DllImport("user32.dll ")] public static extern int SetWindowLong(IntPtr hWnd, int nIndex, int wndproc);
相關文章
相關標籤/搜索