Forgive me if this is a silly question.
I am looking for the option where you can set so that like in VB you can see the methods of controls you design on the form when you view its code.
For example in VB if you have a button1 on the form in the design mode. When you in the code mode (Press F7) you will see two drop downs. One for the class and one for the method. If I select the Button1 class in class drop down List then I will be see all its events or methods in its Method drop down list
In C# you have the Types dropdown list and members drop down list. If I place a button1 I can't see its methods on the dropdown view I view the source (F7).
Somebody please help.
I am looking for the option where you can set so that like in VB you can see the methods of controls you design on the form when you view its code.
For example in VB if you have a button1 on the form in the design mode. When you in the code mode (Press F7) you will see two drop downs. One for the class and one for the method. If I select the Button1 class in class drop down List then I will be see all its events or methods in its Method drop down list
In C# you have the Types dropdown list and members drop down list. If I place a button1 I can't see its methods on the dropdown view I view the source (F7).
Somebody please help.
Comment