如何在设计器中禁用编辑自定义控件

时间:2011-06-14 09:36:46

标签: c# .net

我创建了一个自定义控件CustomDataGridView,它继承自DataGridView。 CustomDataGridView控件将在其构造函数中有4列代码。我在设计器中打开Form1,拖动CustomDataGridView控件将其添加到Form1中。显然,您将在此CustomDataGridView控件中看到4列。当我点击它时,我可以编辑它的列。

如何在设计器的CustomDataGridView控件中禁用此功能。我想要无法编辑CustomDataGridView来更改设计器中的任何属性。

请帮帮我。感谢。