|
-
Mar 25th, 2005, 09:20 AM
#5
Thread Starter
New Member
Re: disable TextBox
I tried to use the Enabled property in both the ways:
tabControl1.TabPages[0].Enabled = false;
tabPage0.Enabled = false;
Even if "Enabled" isn't a TabPage property, the compiler gives no errors and the program runs (as Jemima said), but the problem is still there: the tabPage isn't disabled...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|