Click here to Skip to main content
15,914,452 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Ho do I eliminate error:

'System.Windows.Forms.GroupBox' does not contain a definition for 'Enebled' and no extension method 'Enebled' accepting a first argument of type 'System.Windows.Forms.GroupBox' could be found (are you missing a using directive or an assembly reference?) ?
Posted
Comments
[no name] 18-Jul-14 15:32pm    
You would need to spell "Enabled" correctly.
Member 9538830 21-Jul-14 16:25pm    
That is right! Problem was solved.
Member 9538830 21-Jul-14 15:26pm    
Thank you Wes.

1 solution

System.Windows.Forms.GroupBox class doesn't contains any property like Enebled. You should be using Enabled. And this property takes only two value either true or false. Are you passing something other than these?
If this doesn't helps please elaborate ur question a bit.
 
Share this answer
 
Comments
Member 9538830 21-Jul-14 16:31pm    
Thank you. The problem was solved with correct writing word "Enable"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900