Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Could not find where the Menu becomes disabled
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Could not find where the Menu becomes disabled
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01402579
Message ID:
01402579
Views:
104
Hi everybody,

In my form I have only two places where I try to change Menu.Enabled property.

This is one

private void tcOrders_SelectedIndexChanged(object sender, EventArgs e)
{
this.SearchMenuItem.Enabled = (this.tcOrders.SelectedIndex == this.tcOrders.TabPages.IndexOf(tabSearch));

and another one in the form's Constructor where I set it to true. In design time it is set to true as well. Yet the form comes with this menu disabled and I could not find where does it change.

Do you have ideas how can I figure this out?

Thanks.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform