[求助]请问如何能使"tabPage2"控件不可选
各位大虾:
偶在窗体上添加了一个"tabControl1"控件,然后在此控件中添加了三个"tabPage"控件
定义如下:
public System.Windows.Forms.TabControl tabControl1;
public System.Windows.Forms.TabPage tabPage1;
public System.Windows.Forms.TabPage tabPage2;
public System.Windows.Forms.TabPage tabPage3;
现在由于编程需要,想让其第二个控件变为不能选中,注意并不是不可见!
就如同vb中的以下语句:
SSTab1.TabEnabled(1)=False;
请问如何编写,谢谢各位!
[此贴子已经被作者于2006-11-30 17:13:22编辑过]